Searched refs:cvNot (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvmat.cpp542 cvNot( src, this );
568 cvNot( this, this );
574 cvNot( b, this );
576 cvNot( this, this );
580 cvNot( a, this );
588 cvNot( a, this );
590 cvNot( this, this );
594 cvNot( b, this );
607 cvNot( this, this );
613 cvNot(
[all...]
/external/opencv/cxcore/src/
H A Dcxlogic.cpp617 cvNot( const void* srcarr, void* dstarr ) function
619 CV_FUNCNAME( "cvNot" );
/external/opencv/cxcore/include/
H A Dcxcore.h579 CVAPI(void) cvNot( const CvArr* src, CvArr* dst );

Completed in 106 milliseconds