Home | History | Annotate | Download | only in src

Lines Matching refs:CV_32SC1

74     if( CV_MAT_DEPTH(samples->type) != CV_32F || CV_MAT_TYPE(labels->type) != CV_32SC1 )
96 CV_CALL( counters = cvCreateMat( 1, cluster_count, CV_32SC1 ));
937 if( type == CV_32SC1 )
1074 if( CV_MAT_TYPE( idx->type ) != CV_32SC1)
1075 CV_ERROR( CV_StsUnsupportedFormat, "The index matrix must be CV_32SC1." );