Home | History | Annotate | Download | only in src

Lines Matching refs:CV_32SC1

504     case CV_32SC1:
527 CV_CALL( idx = cvCreateMat( 1, idx_selected, CV_32SC1 ));
530 if( type < CV_32SC1 )
603 if( !CV_IS_MAT(var_idx) || CV_MAT_TYPE(var_idx->type) != CV_32SC1 ||
654 if( r_type != CV_32FC1 && r_type != CV_32SC1 )
667 if( !CV_IS_MAT(sample_idx) || CV_MAT_TYPE(sample_idx->type) != CV_32SC1 ||
744 if( r_type != CV_32FC1 && r_type != CV_32SC1 )
751 if( !CV_IS_MAT(sample_idx) || CV_MAT_TYPE(sample_idx->type) != CV_32SC1 ||
760 CV_CALL( out_responses = cvCreateMat( 1, sample_count, CV_32SC1 ));
775 if( r_type == CV_32SC1 )
801 CV_CALL( *out_response_map = cvCreateMat( 1, cls_count, CV_32SC1 ));
805 CV_CALL( *class_counts = cvCreateMat( 1, cls_count, CV_32SC1 ));
1111 if( classes->rows != 1 || CV_MAT_TYPE(classes->type) != CV_32SC1 )
1190 CV_MAT_TYPE(comp_idx->type) != CV_32SC1) )
1371 else if( src_type == CV_32SC1 && (dst_type == CV_32FC1 || dst_type == CV_64FC1) )
1382 else if( (src_type == CV_32FC1 || src_type == CV_64FC1) && dst_type == CV_32SC1 )
1438 CV_ASSERT( sample_idx->rows == 1 && CV_MAT_TYPE(sample_idx->type) == CV_32SC1 );
1444 CV_ASSERT( comp_idx->rows == 1 && CV_MAT_TYPE(comp_idx->type) == CV_32SC1 );
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)) ||
1763 (!ICV_IS_MAT_OF_TYPE (old_response_map, CV_32SC1)) ||
1764 (!ICV_IS_MAT_OF_TYPE (new_response_map, CV_32SC1)))
1800 CV_CALL (*out_response_map = cvCreateMat (1, out_n, CV_32SC1));
1901 CV_ASSERT( ICV_IS_MAT_OF_TYPE(labels, CV_32SC1) );
1907 CV_CALL( counts = cvCreateMat( 1, nclusters + 1, CV_32SC1 ) );