Home | History | Annotate | Download | only in src

Lines Matching refs:coi

509     int    coi;    
511 CV_CALL( src1 = cvGetMat( leftImage, &src1_stub, &coi ));
512 if( coi ) CV_ERROR( CV_BadCOI, "COI is not supported by the function" );
513 CV_CALL( src2 = cvGetMat( rightImage, &src2_stub, &coi ));
514 if( coi ) CV_ERROR( CV_BadCOI, "COI is not supported by the function" );
515 CV_CALL( dst = cvGetMat( depthImage, &dst_stub, &coi ));
516 if( coi ) CV_ERROR( CV_BadCOI, "COI is not supported by the function" );