I use OpenCV and cvblob library to play with blob. Now I want to detect blob in this particular case. The problem or the difficulty in this case is there are two blobs over a bigger one and other 开
I am currently implementing SIFT to extract feature points from an image and noticed that I have a me开发者_StackOverflowmory leak when I get the descriptors. Is there anyway I can free the memory tha
I\'m writing some code to test if a point is inside the contour of a polygon. I have started writing my own co开发者_如何学Cde but i see this function is defined. The problem is I don\'t understand wh
I am trying just a basic program with OpenCV with the following code: #include \"stdafx.h\" #include <cv.h>
I\'m working on an OpenCV application and my question is how can I deploy and distribute the applicatio开发者_如何转开发n on non-development-machines, machines where OpenCV isn\'t installed?
I have seen most people have problems with cvCaptureFromCam where as for me cvCaptureFromCam(-1) is working fine and returning a non-null pointer; however cvQueryFrame is returning NULL. To go in deta
Here is the gpu surf code: #include <iostream> #include <iomanip> #include \"opencv2/contrib/contrib.hpp\"
I want to load 开发者_开发百科the image in opencv and split the image into channels(RGB) and i want to increase any one of the colors and getting that corresponding output image.is there any easiest w
I recently made a project using opencv and c++ in visual 2008 When i build the project in Debug mode - i don\'t face any issues - but when i build it in release mode i get the following errors:
I was wondering if it was possible to save out a vector of cv::KeyPoints using the CvFileStorage cla开发者_高级运维ss or the cv::FileStorage class. Also is it the same process to read it back in?