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

  /external/opencv/cv/src/
cvtemplmatch.cpp 272 cvMerge( planes[0], planes[1], planes[2], planes[3], dst );
  /external/opencv/cxcore/src/
cxcopy.cpp 408 CV_CALL( cvMerge( planes[0], planes[1], planes[2], planes[3], dst ));
    [all...]
cxconvert.cpp 542 cvMerge( const void* srcarr0, const void* srcarr1, const void* srcarr2,
549 CV_FUNCNAME( "cvMerge" );
    [all...]
  /external/opencv/cv/include/
cvcompat.h 171 #define cvCvtPlaneToPix cvMerge
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 460 CVAPI(void) cvMerge( const CvArr* src0, const CvArr* src1,
    [all...]

Completed in 62 milliseconds