Home | History | Annotate | Download | only in src

Lines Matching refs:IplImage

56  *   copies this new frame into an IplImage, but only if this frame has not
58 * it gives the last copied IplImage.
78 IplImage* image;
80 IplImage* bgr_image;
94 - (IplImage*)getOutput;
111 virtual IplImage* retrieveFrame(int);
153 virtual IplImage* retrieveFrame(int);
163 IplImage* image;
165 IplImage* bgr_image;
168 //IplImage* retrieveFrameBitmap();
169 IplImage* retrieveFramePixelBuffer();
198 bool writeFrame(const IplImage* image);
200 IplImage* argbimage;
307 IplImage* CvCaptureCAM::retrieveFrame(int) {
501 * copies this new frame into an IplImage, but only if this frame has not
503 * it gives the last copied IplImage.
561 -(IplImage*) getOutput {
729 IplImage* CvCaptureFile::retrieveFramePixelBuffer() {
811 IplImage* CvCaptureFile::retrieveFrame(int) {
1006 bool CvVideoWriter_QT::writeFrame(const IplImage* image) {