• Home
  • Raw
  • Download

Lines Matching refs:CV_32SC1

504     case CV_32SC1:  in cvPreprocessIndexArray()
527 CV_CALL( idx = cvCreateMat( 1, idx_selected, CV_32SC1 )); in cvPreprocessIndexArray()
530 if( type < CV_32SC1 ) in cvPreprocessIndexArray()
603 if( !CV_IS_MAT(var_idx) || CV_MAT_TYPE(var_idx->type) != CV_32SC1 || in cvPreprocessVarType()
654 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessOrderedResponses()
667 if( !CV_IS_MAT(sample_idx) || CV_MAT_TYPE(sample_idx->type) != CV_32SC1 || in cvPreprocessOrderedResponses()
744 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessCategoricalResponses()
751 if( !CV_IS_MAT(sample_idx) || CV_MAT_TYPE(sample_idx->type) != CV_32SC1 || in cvPreprocessCategoricalResponses()
760 CV_CALL( out_responses = cvCreateMat( 1, sample_count, CV_32SC1 )); in cvPreprocessCategoricalResponses()
775 if( r_type == CV_32SC1 ) in cvPreprocessCategoricalResponses()
801 CV_CALL( *out_response_map = cvCreateMat( 1, cls_count, CV_32SC1 )); in cvPreprocessCategoricalResponses()
805 CV_CALL( *class_counts = cvCreateMat( 1, cls_count, CV_32SC1 )); in cvPreprocessCategoricalResponses()
1111 if( classes->rows != 1 || CV_MAT_TYPE(classes->type) != CV_32SC1 ) in cvSortSamplesByClasses()
1190 CV_MAT_TYPE(comp_idx->type) != CV_32SC1) ) in cvPreparePredictData()
1371 else if( src_type == CV_32SC1 && (dst_type == CV_32FC1 || dst_type == CV_64FC1) ) in icvConvertDataToSparse()
1382 else if( (src_type == CV_32FC1 || src_type == CV_64FC1) && dst_type == CV_32SC1 ) in icvConvertDataToSparse()
1438 CV_ASSERT( sample_idx->rows == 1 && CV_MAT_TYPE(sample_idx->type) == CV_32SC1 ); in cvWritebackLabels()
1444 CV_ASSERT( comp_idx->rows == 1 && CV_MAT_TYPE(comp_idx->type) == CV_32SC1 ); in cvWritebackLabels()
1562 CV_MAT_TYPE(predict_output->type) != CV_32SC1 ))
1590 if( CV_MAT_TYPE(sample_idx->type) == CV_32SC1 )
1630 if( sample_idx && CV_MAT_TYPE(sample_idx->type) == CV_32SC1 )
1682 if( CV_MAT_TYPE(sample_idx->type) == CV_32SC1 )
1762 if ((!ICV_IS_MAT_OF_TYPE (_responses, CV_32SC1)) || in cvCombineResponseMaps()
1763 (!ICV_IS_MAT_OF_TYPE (old_response_map, CV_32SC1)) || in cvCombineResponseMaps()
1764 (!ICV_IS_MAT_OF_TYPE (new_response_map, CV_32SC1))) in cvCombineResponseMaps()
1800 CV_CALL (*out_response_map = cvCreateMat (1, out_n, CV_32SC1)); in cvCombineResponseMaps()
1901 CV_ASSERT( ICV_IS_MAT_OF_TYPE(labels, CV_32SC1) ); in icvFindClusterLabels()
1907 CV_CALL( counts = cvCreateMat( 1, nclusters + 1, CV_32SC1 ) ); in icvFindClusterLabels()