Home
last modified time | relevance | path

Searched refs:cvCmp (Results 1 – 5 of 5) sorted by relevance

/external/opencv/cvaux/src/
Dcvmat.cpp816 cvCmp( a, b, this, mat_cmp.cmp_op );
/external/opencv/cxcore/include/
Dcxcore.h600 CVAPI(void) cvCmp( const CvArr* src1, const CvArr* src2, CvArr* dst, int cmp_op );
/external/opencv/cxcore/src/
Dcxcmp.cpp553 cvCmp( const void* srcarr1, const void* srcarr2, in cvCmp() function
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1154 CVAPI(void) cvCmp( const CvArr* src1, const CvArr* src2, CvArr* dst, int cmp_op );
/external/opencv3/modules/core/src/
Darithm.cpp5993 cvCmp( const void* srcarr1, const void* srcarr2, void* dstarr, int cmp_op ) in cvCmp() function