I try to implement a people detecting system based on SVM and HOG using OpenCV2.3. But I got stucked.
I am c开发者_Python百科urrently looking through he documentation of openCV atempting to find the matlab equivelent of stdfilt could anyone point me in the correct direction?
i\'m developing a computer vision application for Android. That work involves getting camera frames as fast as possible, so I\'m trying to build a android application directly in c++ using \"android_
I can\'t run openCV with VS2010. I downloaded OpenCV-2.3.1-win-superpack and extract openCV2.3.1 in C:\\opencv and use CMake buide project into C:\\opencv\\vs2010. Next, I set include all module and l
I\'m trying to use Parent mode in OpenCV. It seems that OpenCV is ignor开发者_如何学编程ing the cvSetErrMode() call.
I have a solution in VS 2010 that calls several OpenCV functions. Now I want to deploy (release) this project to use in another machine that doesn\'t have OpenCV. I don\'t want to install OpenCV on th
I\'m working with MJPEG big sequences (e.g. 3000 JPEGs in sequence). I\'m holding this JPEG sequence in vector of object containing JPEG data as std::vector<char> vBufferPFDecode. I want to show
I am using Emgucv and i would like to know if it possible to rem开发者_StackOverflow中文版ove the background from a _capture.QueryFrame and to be able to focus on the nearest object on my camera?Thank
Let\'s say I have a 100x100 m开发者_高级运维atrix A, and I want to get another 100x50 matrix B containing only the 50 first columns of A.
the part that gets complic开发者_如何学Goated for me, is that i want one to be RGB and the other in grayscale. I\'ve seen on this website that it can be done with OpenCV and the AddWeighted function.