Searched refs:cvFlip (Results 1 – 6 of 6) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | loadsave.cpp | 526 CV_CALL( cvFlip( image, temp, 0 )); in cvSaveImage()
|
D | utils.cpp | 658 CV_CALL( cvFlip( src, dst, 0 )); in cvConvertImage()
|
/external/opencv/ |
D | cvjni.cpp | 123 cvFlip(frame, m_sourceImage, 0); in Java_org_siprop_opencv_OpenCV_grabSourceImageFromCapture()
|
/external/opencv/cvaux/include/ |
D | cvmat.hpp | 1308 { cvFlip( this, this, 1 ); } 1312 { cvFlip( this, this, 0 ); } 1316 { cvFlip( this, this, -1 ); }
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 742 CVAPI(void) cvFlip( const CvArr* src, CvArr* dst CV_DEFAULT(NULL), 744 #define cvMirror cvFlip
|
/external/opencv/cxcore/src/ |
D | cxcopy.cpp | 902 cvFlip( const CvArr* srcarr, CvArr* dstarr, int flip_mode ) in cvFlip() function
|