i use OpenCv to find an area witch match a template on a refere开发者_Python百科nce image. Whenthe code find the area witch match a templatedraw a rectangle around the area but what i want iswhen the
I will be start working on a robotics project which involves a mobile robot that has mounted 2 cameras (1.3 MP) fixed at a distance of 0.5m in between.I also have a few ultrasonic sensors, but they ha
I have a video stream coming in on rtp to ffmpeg and I want to pipe this to my OpenCV tools for live streaming processing.The rtp linkage is working because I am able to send the incoming data to a fi
I need help developing a circle detection algorithm to detect snooker balls. Does anyone know 开发者_如何学Goany algorithms that can be implemented in C and open cv? I\'m having trouble getting this d
cvSet2D(matrix, i, j, tuple) Hi. I\'m dissecting the Gabor Filter code given in http://www.eml.ele.cst.nihon-u.ac.jp/~momma/wiki/wiki.cgi/OpenCV/Gabor%20Filter.html . I have a few questions on cvSet2
I\'m having trouble running pure native OpenCV app on Android sample that is described here. \"Tutorial 2 Advanced - 1. Add Native OpenCV\"
I am trying to perform an inverse and a pseudo-inverse filtering in the frequency domain. However I am having trouble accessing DFT coefficients and multiplying DFT matrices afterwards, since I got c
I want to do a polar transform. But in OpenCV 2.0 there doesn\'t appear to be a C++ version of the cvLogPolar function. How do I use it with cv::Mat?
I\'m trying to use OpenCV 2.1 to combine two images into one, with the two images placed adjacent to each other. In Python, I\'m doing:
When compiling a OpenCV 2.3 project in Builder I get multiple errors starting with \"_fm_atan2l is not a member of \'std\'\" and continuing with other math related errors in that form.I also get \"Mul