OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvFlip
(Results
1 - 6
of
6
) sorted by null
/external/opencv/otherlibs/highgui/
loadsave.cpp
526
CV_CALL(
cvFlip
( image, temp, 0 ));
utils.cpp
658
CV_CALL(
cvFlip
( src, dst, 0 ));
/external/opencv/
cvjni.cpp
123
cvFlip
(frame, m_sourceImage, 0);
/external/opencv/cvaux/include/
cvmat.hpp
1308
{
cvFlip
( this, this, 1 ); }
1312
{
cvFlip
( this, this, 0 ); }
1316
{
cvFlip
( this, this, -1 ); }
[
all
...]
/external/opencv/cxcore/include/
cxcore.h
741
cvFlip
(src) flips images vertically and sequences horizontally (inplace) */
742
CVAPI(void)
cvFlip
( const CvArr* src, CvArr* dst CV_DEFAULT(NULL),
744
#define cvMirror
cvFlip
[
all
...]
/external/opencv/cxcore/src/
cxcopy.cpp
902
cvFlip
( const CvArr* srcarr, CvArr* dstarr, int flip_mode )
907
CV_FUNCNAME( "
cvFlip
" );
[
all
...]
Completed in 2516 milliseconds