did you give any error ? do u use Camapture ? Robert ________________________________ From: uahmed <gleam.uahmed@...> To: OpenCV@yahoogroups.com Sent:...
Try this : http://opencv.willowgarage.com/documentation/c/highgui_reading_and_writing_images_and_video.html#saveimage Robert ________________________________ ...
what is the error msg ? Robert ________________________________ From: srikanta mondal <srkntmondal@...> To: OpenCV@yahoogroups.com Sent: Wed, April 27,...
You can install OpenCV from package most of Linux distro. Which Linux distro do you use ? Robert ________________________________ From: Thuy Dinh thi...
Hi all, I need store the elements of an int * array to cvMat and I have problems with access to the matrix cvMat. I tried cvSetData but only does good for...
Hi, I want to make some image processing computation on microblaze, as openCV is open-source I think it would be easy to include in an embedded source code....
Hi all, does anyone know whats happening in grayscale conversion when i use CV_LOAD_GRAYSCALE in cvLoadImage? what is the difference with converting to...
Many OpenCV functions accept a binary Mask image, such as cvCopy or cvAdd. The mask image should be an 8-bit single channel image (eg: a typical grayscale...
You could look Emani Shervin<http://www.shervinemami.co.cc/faceRecognition.html> work, probably need to fit your requirements, but for me, this code achieves...
hello. i used matlab camera calibration toolbox ( http://www.vision.caltech.edu/bouguetj/calib_doc/index.html ) to calibrate my stereo cameras. script saves...
Hi, A 'debug opencv library version instalation39; should just mean to use OpenCV in Debug mode. eg: compile your program in Debug mode on your compiler, and ...
I view the source code of the skin detector ... but the source was using emgu CV, and there is a data type or class Ycc color, HSV .. sample (C#): HsvMin = new...
Hi all, I am using opencv in a UAV project and am stuck trying to use contours. I have successfully used cvFindContours to identify them after using cvCanny...
Your code is creating 3 images, not 2, because you are loading an image (which could even be a color image) and then creating an 8-bit image and then the code...
There are literally hundreds of conference papers published each year about how to improve Face Recognition results, such as in CVPR, ICCV, SIGGRAPH, etc. You...
before you call cvConvertScale function you need convert Image from rgb to gray with cvCvtColor function Robert ________________________________ From:...
You use wrong linker flags ? you need check it. This problem solved in earlier post I think. Robert ________________________________ From: hn.kulkarni...
79805
sachin farfade
sachin.farfade@...
May 2, 2011 6:35 am
I had this problem.. It's the Python Interface... So I've disable the Python interface on "cmake" and it was OK. cmake -D CMAKE_BUILD_TYPE=RELEASE -D...
79806
sachin farfade
sachin.farfade@...
May 2, 2011 6:52 am
I had this problem.. It's the Python Interface... So I've disable the Python interface on "cmake" and it was OK. cmake -D CMAKE_BUILD_TYPE=RELEASE -D...
I dont convert every frame, i just assign the data pointer of the cvMat to the IplImage...(see the code) cv::VideoCapture dispCapt(-1); cv::Mat img2; ...
Am I the only one who gets the following warning all the time? QImage::pixel: coordinate (232,498) out of range I use OpenCV-trunk under Linux. It happens when...
i want to learn the source code tha luca del tongo made... it's hand recognition with cvConvextyDefect() and skinColorDetection (it use adaptiveSkindetector...