Lines Matching refs:IplImage
84 IplImage * image_rgb; // will point to the PixMap of myGWorld
85 IplImage * image_bgr; // will be returned by icvRetrieveFrame_QT()
222 // build IplImage header that will point to the PixMap of the Movie's GWorld later on
225 // create IplImage that hold correctly formatted result
475 * render the current frame into an image buffer and convert to OpenCV IplImage
511 // update IplImage header that points to PixMap of the Movie's GWorld.
547 IplImage * image_rgb; // will point to the PixMap of myGWorld
548 IplImage * image_bgr; // will be returned by icvRetrieveFrame_QT()
565 IplImage * image_rgb; // will point to the PixMap of myGWorld
566 IplImage * image_bgr; // will be returned by icvRetrieveFrame_QT()
769 // build IplImage header that will point to the PixMap of the Movie's GWorld later on
773 // create IplImage that hold correctly formatted result
831 // update IplImage header that points to PixMap of the Movie's GWorld.
1001 // build IplImage header that points to the PixMap of the Movie's GWorld.
1012 // create IplImage that hold correctly formatted result
1141 const IplImage * image
1153 IplImage* image_rgb =
1447 virtual IplImage* retrieveFrame(int);
1475 IplImage* CvCapture_QT_Movie_CPP::retrieveFrame(int)
1477 return captureQT ? (IplImage*)icvRetrieveFrame_QT_Movie( captureQT, 0 ) : 0;
1516 virtual IplImage* retrieveFrame(int);
1544 IplImage* CvCapture_QT_Cam_CPP::retrieveFrame(int)
1546 return captureQT ? (IplImage*)icvRetrieveFrame_QT_Cam( captureQT, 0 ) : 0;
1581 virtual bool writeFrame( const IplImage* );
1604 bool CvVideoWriter_QT_CPP::writeFrame( const IplImage* image )