Searched refs:cvCloneImage (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.hpp84 CvImage clone() { return CvImage(image ? cvCloneImage(image) : 0); }
H A Dcxcore.h114 CVAPI(IplImage*) cvCloneImage( const IplImage* image );
/external/opencv/cvaux/src/
H A Dcvbgfg_acmmm2003.cpp159 CV_CALL( p_model->background = cvCloneImage(first_frame));
160 CV_CALL( p_model->prev_frame = cvCloneImage(first_frame));
/external/opencv/cxcore/src/
H A Dcxarray.cpp3607 cvCloneImage( const IplImage* src ) function
3610 CV_FUNCNAME( "cvCloneImage" );
H A Dcxpersistence.cpp4860 icvReadImage, icvWriteImage, (CvCloneFunc)cvCloneImage );

Completed in 98 milliseconds