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

  /external/opencv/cv/src/
cvsumpixels.cpp 325 int coi0 = 0, coi1 = 0, coi2 = 0, coi3 = 0; local
338 CV_CALL( src = cvGetMat( src, &src_stub, &coi0 ));
381 if( coi0 || coi1 || coi2 || coi3 )
mycvHaarDetectObjects.cpp 641 int coi0 = 0, coi1 = 0; local
652 CV_CALL( sum = cvGetMat( sum, &sum_stub, &coi0 ));
655 if( coi0 || coi1 )
    [all...]
cvhaar.cpp 442 int coi0 = 0, coi1 = 0; local
453 CV_CALL( sum = cvGetMat( sum, &sum_stub, &coi0 ));
456 if( coi0 || coi1 )
    [all...]

Completed in 48 milliseconds