HomeSort by relevance Sort by last modified time
    Searched refs:cvCmp (Results 1 - 3 of 3) sorted by null

  /external/opencv/cvaux/src/
cvmat.cpp 816 cvCmp( a, b, this, mat_cmp.cmp_op );
  /external/opencv/cxcore/include/
cxcore.h 600 CVAPI(void) cvCmp( const CvArr* src1, const CvArr* src2, CvArr* dst, int cmp_op );
    [all...]
  /external/opencv/cxcore/src/
cxcmp.cpp 550 /***************************************** cvCmp ****************************************/
553 cvCmp( const void* srcarr1, const void* srcarr2,
559 CV_FUNCNAME( "cvCmp" );
    [all...]

Completed in 159 milliseconds