If i do: while(1) { //retrieve image from the camera webCamImage=cvQueryFrame(camera) // where \'camera\' is cvCreateCameraCapture(0)
I have a 3d array like this. int sz[] = {240, 240, 240}; Mat accumarray(3, sz, CV_32S, Scalar::all(0)) ;
I am trying to find horizontal and vertical lines from an image which came from a \"document\". The documents are scanned pages from contracts and so the lines look like what you would see in a table
I\'m playing around with OpenCV since a while and I found some strange behavior of some specific capturing devices (PS3 Eye, Logitech C940, iSight) even on different Platforms.
I \'m trying to find an efficient way of acceptable complexity to detect an object in an image so I can isolate it from its surroundings
In Opencv, I know that matching can be done by computing the descriptors from some fea开发者_JAVA百科ture detector. But what about when input is only X,Y and radius coordinates of a circle..
I found this tutorial on creating your own haar-classifier cascades. This raised the question with me: what are the advantages, if 开发者_运维百科any, of running HaarTraining, and creating your own c
I am trying to install OpenCV on my Mac (OS X v10.6.3) with this guide : http://www.randomsequence.com/articles/opencv-snow-leopard/
I am now trying for several days to run this code ... http://opencv.willowgarage.com/wiki/FaceDetection
Long story short, I included OpenCV version 2.3.1 (currently the latest) in my modified ARDrone Win32 Client version 1.5 (currently not the latest) and have been struggling ever since to marry the two