HomeSort by relevance Sort by last modified time
    Searched refs:cvCloneImage (Results 1 - 5 of 5) sorted by null

  /external/opencv/cxcore/include/
cxcore.hpp 84 CvImage clone() { return CvImage(image ? cvCloneImage(image) : 0); }
cxcore.h 114 CVAPI(IplImage*) cvCloneImage( const IplImage* image );
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 159 CV_CALL( p_model->background = cvCloneImage(first_frame));
160 CV_CALL( p_model->prev_frame = cvCloneImage(first_frame));
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
cxpersistence.cpp     [all...]

Completed in 34 milliseconds