I have installed the official python bindings for OpenCv and I am implementing som开发者_运维百科e standard textbook functions just to get used to the python syntax.I have run into the problem, howeve
I am trying to detect various objects containing colored markers, so a red blue green marker identifies object A, and a red blue red marker identifies object B. My problem is I can\'t use template mat
I\'m trying to create a panoramic image using opencv library. Based on this, I need to warp the image to cylindrical coordinates. I got the formula to convert 3D cartesian (X,Y,Z) to cylindrical coord
This is a very trivial question!! In some computer vision literature, side-lobes are mentioned.. what are they?.... Can\'t seem to find anywhere that actually says what th开发者_开发百科ey are :S.
I\'m writing an image processing application which recognizes objects based on their shapes. The issue that I\'m facing is that since one object can be comp开发者_C百科osed of one or more subobjects e
I am dealing with the problem, which concerns the camera calibration. I need calibrated cameras to realize measurements of the 3D objects. I am using OpenCV to carry out the calibration and I am wonde
I have 2 image one is left the other is right image. I want to implement disparity mapping. There are some questions in my mind.
In computer vision, we often want to remove开发者_如何学JAVA noise from an image.We can do this by getting an image and replacing distorted pixels with an average of its neighbours.I have no trouble u
What\'s the most efficient way to do image pyramiding in CUDA?I have written my own kernels to do so but imagine we can do better.
I\'m implementing PCA using eigenvalue decomposition for sparse data. I know matlab has PCA implemented, but it helps me understand all the technicalities when I write code.