Searched refs:coi0 (Results 1 - 3 of 3) sorted by relevance
/external/opencv/cv/src/ |
H A D | 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 )
|
H A D | mycvHaarDetectObjects.cpp | 641 int coi0 = 0, coi1 = 0; local 652 CV_CALL( sum = cvGetMat( sum, &sum_stub, &coi0 )); 655 if( coi0 || coi1 )
|
H A D | cvhaar.cpp | 442 int coi0 = 0, coi1 = 0; local 453 CV_CALL( sum = cvGetMat( sum, &sum_stub, &coi0 )); 456 if( coi0 || coi1 )
|
Completed in 134 milliseconds