• Home
  • Raw
  • Download

Lines Matching refs:CV_32FC1

187     CvMat* univals = cvCreateMat(1, amount, CV_32FC1);  in cvRandSeries()
227 CvMat* vect = cvCreateMatHeader(1, dim, CV_32FC1); in cvRandGaussMixture()
233 classes = cvCreateMat(1, amount, CV_32FC1); in cvRandGaussMixture()
242 utmats[i] = cvCreateMat(dim, dim, CV_32FC1); in cvRandGaussMixture()
279 if( ICV_IS_MAT_OF_TYPE(data, CV_32FC1) ) in icvGenerateRandomClusterCenters()
281 if( _centers && !ICV_IS_MAT_OF_TYPE (_centers, CV_32FC1) ) in icvGenerateRandomClusterCenters()
286 CV_CALL(centers = cvCreateMat (num_of_clusters, dim, CV_32FC1)); in icvGenerateRandomClusterCenters()
349 cov = cvCreateMat (dim, dim, CV_32FC1); in cvRandRoundUni()
390 case CV_32FC1: in cvCompleteSymm()
654 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessOrderedResponses()
659 if( r_type == CV_32FC1 && CV_IS_MAT_CONT(responses->type) && !sample_idx ) in cvPreprocessOrderedResponses()
676 CV_CALL( out_responses = cvCreateMat( 1, sample_count, CV_32FC1 )); in cvPreprocessOrderedResponses()
679 if( r_type == CV_32FC1 ) in cvPreprocessOrderedResponses()
744 if( r_type != CV_32FC1 && r_type != CV_32SC1 ) in cvPreprocessCategoricalResponses()
926 if( !CV_IS_MAT(train_data) || CV_MAT_TYPE(train_data->type) != CV_32FC1 ) in cvCheckTrainData()
1171 if( cvGetElemType( sample ) != CV_32FC1 ) in cvPreparePredictData()
1201 CV_MAT_TYPE(prob->type) != CV_32FC1 && in cvPreparePredictData()
1371 else if( src_type == CV_32SC1 && (dst_type == CV_32FC1 || dst_type == CV_64FC1) ) in icvConvertDataToSparse()
1375 if( dst_type == CV_32FC1 ) in icvConvertDataToSparse()
1382 else if( (src_type == CV_32FC1 || src_type == CV_64FC1) && dst_type == CV_32SC1 ) in icvConvertDataToSparse()
1386 if( src_type == CV_32FC1 ) in icvConvertDataToSparse()
1393 else if( src_type == CV_32FC1 && dst_type == CV_64FC1 || in icvConvertDataToSparse()
1394 src_type == CV_64FC1 && dst_type == CV_32FC1 ) in icvConvertDataToSparse()
1398 if( src_type == CV_32FC1 ) in icvConvertDataToSparse()
1429 if( !ICV_IS_MAT_OF_TYPE(dst_centers, CV_32FC1) && in cvWritebackLabels()
1560 if( type != CV_32FC1 ||
1561 (CV_MAT_TYPE(predict_output->type) != CV_32FC1 &&
1620 if( CV_MAT_TYPE(probs->type) != CV_32FC1 )
1710 if( CV_MAT_TYPE(predict_output->type) == CV_32FC1 )