There doesn\'t seem to be any implementations of HOG training in openCV a开发者_开发问答nd little sources about how HOG training works. From what I gathered, HOG training can be done in real time. But
I am trying to compile the facedetect.cpp in the OpenCV\\Samples\\C folder, in Visual Studio 2010. The project compiles and begins just fine, shows a preview of my camera, and then seems to crash at c
I have got this circle detection working but only detects 1 circle. How would I adjust code to detect multiple circles(max circles that will be detected is 22 as using it for snooker). I presume i wou
I have an problem freeing up memory allocated for an IplImage.I have given a similar situation as in my application below.(it reflects the same bug occurs in my application.)
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Is there a fastest way to convert a IplImage type from OpenCV to ALLEGRO_BITMAP type from Allegro 5.0.x than just putting every pixel from one to another?
I am always getting a grey screen when showing image using opencv, the image is captured from camera.
\"OpenCV Error: Bad argument (Homogeneous coordinates are not supported ) in unknown function, file ......\\modules\\calib3d\\src\\calibration.cpp, line 826\"
The program main loop below is where I am having troubles finding a memory leak.I run Top and every time I loop through taking a picture and printing it, I lose memory that is never recovered even upo
I want to use OpenCV library in an embedded system and I need to compile my project using OpenCV as a static library.