I\'ve followed the directions here to build html documentation https://code.ros.org/trac/opencv/browser/trunk/opencv/doc/README.txt (actually my l开发者_StackOverflow中文版ocal copy that came with Ope
As per the documentation, the function cvFindContour开发者_如何学Gos() returns the number of retrieved contours from the binary image input. However when I\'m running a loop over all the contours the
I\'m trying to build OpenCV 2.2 with CUDA o开发者_StackOverflow中文版n my mac (using Mac OS 10.6.7 and Xcode 4). I followed the instructions on the opencv wiki, but it doesn\'t seem to work.
I am using following code to stitch to input images. For an unknown reason the output result is crap!
I am trying to stitch 2 aerial images together with very little overlap, probably <500 px of overlap. These images have 3600x2100 resolution. I am using the OpenCV library to complete this开发者_St
I am using OpenCV 2.2 compiled and built from source for iOS. I used this blog post as a guide. I have played around with getting some stuff to work like making images grayscale, blurring them and ev
I\'m attempting to experiment and get started with image analysis and OpenCV My aim is to detect certain objects in random pictures, which are easy to detect, for example: symbols and brand logos. I\
I have got OpenCV installed on vs2010/win7 however I\'m seeing some behaviour that I can\'t figure out.
what approach would you recommend for finding obstacles in a 2D image? Here are some key points I came up with till now:
I am trying to use SVM Light to learn a classifier for the OpenCV2.2 HOG Descriptor. I get a float vector output from the HOG descriptor.