Ask Your Question

tohidprogram's profile - activity

2016-11-21 13:34:13 -0600 received badge  Editor (source)
2016-11-21 12:37:43 -0600 asked a question how i could find opencv source code classes hierarchy tree

I'm confused about classes hierarchy, for example how opencv performs to draw a window on Linux , is it using gtk library , or Qt or it is communicating to xserver directly ?

2016-11-16 10:13:18 -0600 asked a question 3dplot library (C, C++) in opencv

I have a 2D Mat data/image using OpenCV. I would like to plot a 3D graph from it, the row as x-axis, column as y-axis & the pixel values on each coordinate(row,column) as z-axis. I would like to plot the graph similar to the surf function in Matlab. Is there any library for surface plot in opencv ?