Home
last modified time | relevance | path

Searched refs:cvFlip (Results 1 – 6 of 6) sorted by relevance

/external/opencv/otherlibs/highgui/
Dloadsave.cpp526 CV_CALL( cvFlip( image, temp, 0 )); in cvSaveImage()
Dutils.cpp658 CV_CALL( cvFlip( src, dst, 0 )); in cvConvertImage()
/external/opencv/
Dcvjni.cpp123 cvFlip(frame, m_sourceImage, 0); in Java_org_siprop_opencv_OpenCV_grabSourceImageFromCapture()
/external/opencv/cvaux/include/
Dcvmat.hpp1308 { cvFlip( this, this, 1 ); }
1312 { cvFlip( this, this, 0 ); }
1316 { cvFlip( this, this, -1 ); }
/external/opencv/cxcore/include/
Dcxcore.h742 CVAPI(void) cvFlip( const CvArr* src, CvArr* dst CV_DEFAULT(NULL),
744 #define cvMirror cvFlip
/external/opencv/cxcore/src/
Dcxcopy.cpp902 cvFlip( const CvArr* srcarr, CvArr* dstarr, int flip_mode ) in cvFlip() function