Dear its right there in the blog ok then take the link... http://myopencv.blogspot.com/2008/04/setting-region-of-interest-in-image.html Life has to be big and...
Dear Friends, Many of you have contacted me on the same Project "gesture Recognition" and recently we also see a mail in which an Electronics Engineer says...
Just give me one or two more days I have just completed writing the Explanaiton But putting it over the web will take some time might be tomorow or day after...
Yeah Even i actually feel the same...I just downloaded the latest version of Open CV and i installed without even uninstalling previous version ...Any...
... where can i download this? ... with "winresrc.h" afxres.h: were do i find this #include? Thanks for informations ... Nonno ... CV with Visual C++ Express ...
Hi, for first i do a salute to all, then a demand for excuses for my English bad one. I wanted to ask in order to install the opencv under visual c++. I have...
Hi, I'm not sure but I think I found a problem with cvReshapeMatND, line 3048 in cxarray.cpp: if( CV_IS_MAT_CONT( mat->type )) CV_ERROR( CV_StsBadArg,...
thx for your reply. as suggested, i already download handvu-beta3.tar.gz and HandVu_Beta3_Setup.exe. excuse me for my newbie questions. may i know how to make...
55070
Dave Grossman
dgrossman2@...
May 30, 2008 7:17 pm
executable algorithm is in blobs.h demo invokes blobs.h for sample image(s) a little documentation after you try the demo, you need to set the #define commands...
I would say that GPU is a very good thing, but still seems not good enough. GPU is naturally designed for graphics purpose, but is not so convenient for vision...
What do the parameters CvPoint2D32f* imagePoints32f, CvPoint3D32f* objectPoints32f mean, and what does transVects32f and rotMatrs32f mean? I'm guessing that...
Hello! CvPoint2D32f* imagePoints32f are points of the pattern on image and CvPoint3D32f* objectPoints32f are the points of the pattern in respect of pattern...
Ok (one of my guesses was correct) but are you able to answer my other questions? Is cameraMatrix32f the output parameter which would translate and rotate the...
Hello all! This post is about stereoscopic images. I am currently trying to calculate the distance in number of pixels of a point in an image to the...
Hi we are developing an eyetracking system and we need to perform basic a basic autofocus test to tell the stepper motors which way to move the camera. Does...
Hi all! I'm in trouble with cvMatchTemplate function (I'm working with python and opecv wrappers, if it helps). Simply cannot undertand how to use it... Into...
Sorry I meant to say at the end of my last message, can it be fed directly into the *cvMatMulAdd* function? (not the cvDotProduct function) and give the...
I'm new here so I would like to first say hello. You do not run a gziped tar, you have to extract the files. I assume you are using Windows so you can try the...
Hello, I use cvMatchTemplate a lot and it works well for me. I don't have my code in front of me but here are some general suggestions that might point in the...
Hi there How can I use cvGoodFeaturesToTrack with a mask? I need to determinte good features just from ROI zone. cvGoodFeaturesToTrack( const CvArr* image,...
You must read a reference manual of OpenCV. There is written what size are all matrixes. If You define for example CvMat* matrix, You must then create it by...
Dear Friends, I have made an effort to explain the program face detect.c which comes along with open Cv .If you really like it pleas send me the feedback . I...
Oh wow thanks! So cameraMatrix32f is an input paramater, and not an output paramater! Wow, so transVects32f and rotMats32f are the output paramaters I was...
Argh, still not working. Can you post an example? None of my parameters (transVects, rotMats, cameraMatrix32f) are being affected at all (they are staying at...