Home | History | Annotate | Download | only in src

Lines Matching refs:coi

64         int coi = 0;
65 CV_CALL( mat = cvGetMat( mat, &stub, &coi ));
66 if( coi != 0 )
67 CV_ERROR( CV_BadCOI, "coi is not supported" );
464 int coi = 0;
465 CV_CALL( src = cvGetMat( src, &sstub, &coi ));
466 if( coi != 0 )
467 CV_ERROR( CV_BadCOI, "coi is not supported" );
482 int coi = 0;
483 CV_CALL( dst = cvGetMat( dst, &dstub, &coi ));
485 if( coi != 0 )
486 CV_ERROR( CV_BadCOI, "coi is not supported" );