I would like to display in a MFC application, frames that I capture from an avi file with OpenCV (cvCaptureFromAVI function).
Using OpenCV (HighGUI.h), I have this code in main: int frame_count = 0; while( (frame=cvQueryFrame(capture)) != NULL && (frame_count <= max_frame)) {
Is there a way to convert IplImage pointer to float pointer? Basically converting the ima开发者_JAVA技巧gedata to float.
I have an executable file developed using opencv library in c. I want to execute it from my website (webserver : apache) using a php script. The problem i\'m facing is that, t开发者_JAVA技巧he executa
I have been trying to get a real basic video player working using the Open CV API. Everything seems to run smoothly until the end of a video clip, then i get this error:
I was wondering if anybody has a recommendation for an image format that supports integer-valued images in the range [0, 2^32] or higher, e.g. [0, 2^64]. I am interested in solutions that may already
I am looking for the right set of algorithms to solve this image processing problem: I have a distorted binary image containing a distorted rectangle
I want to make a face tracking application in iPhone. Can any one help me how to use CvCapture * camera = cvCreateCameraCapture(CV_CAP_ANY); in iPhone?
For a project I\'v开发者_StackOverflow社区e to detect a pattern and track it in space despite rotation, noise, etc.
I am looking to develop a facial algorithm that would take as input 2 images an开发者_如何学JAVAd calculates if the faces in the 2 images are of the same person or not. I have all the pre-processing o