HomeSort by relevance Sort by last modified time
    Searched refs:CV_32SC1 (Results 1 - 25 of 30) sorted by null

1 2

  /external/opencv/ml/src/
ml_inner_functions.cpp 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 )
    [all...]
mltestset.cpp 106 CV_CALL( *responses = cvCreateMat( 1, num_samples, CV_32SC1 ) );
_ml.h 198 if( !ICV_IS_MAT_OF_TYPE( param, CV_32SC1 ) ) \
213 if( !ICV_IS_MAT_OF_TYPE( param, CV_32SC1 ) ) \
mlestimate.cpp 493 case CV_32SC1:
508 if (s_type < CV_32SC1)
612 CV_CALL (crVal->sampleIdxEval = cvCreateMatHeader (1, 1, CV_32SC1));
613 CV_CALL (crVal->sampleIdxTrain = cvCreateMatHeader (1, 1, CV_32SC1));
mlnbayes.cpp 161 CV_CALL(count[cls] = cvCreateMat( 1, var_count, CV_32SC1 ));
311 CV_MAT_TYPE(results->type) != CV_32SC1 ||
370 if( rtype == CV_32SC1 )
mltree.cpp 226 (CV_MAT_TYPE(_responses->type) != CV_32SC1 &&
235 CV_CALL( var_type = cvCreateMat( 1, var_count+2, CV_32SC1 ));
264 CV_CALL( buf = cvCreateMat( buf_count, buf_size, CV_32SC1 ));
265 CV_CALL( cat_count = cvCreateMat( 1, cat_var_count+1, CV_32SC1 ));
266 CV_CALL( cat_ofs = cvCreateMat( 1, cat_count->cols+1, CV_32SC1 ));
267 CV_CALL( cat_map = cvCreateMat( 1, cat_count->cols*10 + 128, CV_32SC1 ));
320 if( CV_MAT_TYPE(_train_data->type) == CV_32SC1 )
332 if( CV_MAT_TYPE(_responses->type) == CV_32SC1 )
397 MAX(cat_map->cols*3/2,total_c_count+c_count), CV_32SC1 ));
528 CV_CALL( counts = cvCreateMat( 1, m, CV_32SC1 ));
    [all...]
mlrtrees.cpp 327 CV_CALL(oob_sample_votes = cvCreateMat( nsamples, nclasses, CV_32SC1 ));
342 CV_CALL(sample_idx_for_tree = cvCreateMat( 1, nsamples, CV_32SC1 ));
mlem.cpp 332 if( labels && (!CV_IS_MAT(labels) || CV_MAT_TYPE(labels->type) != CV_32SC1 ||
516 CV_CALL( class_ranges = cvCreateMat( 1, nclusters+1, CV_32SC1 ));
519 CV_CALL( labels = cvCreateMat( 1, nsamples, CV_32SC1 ));
597 CV_CALL( counters = cvCreateMat( 1, nclusters, CV_32SC1 ));
    [all...]
mlknearest.cpp 334 (CV_MAT_TYPE(_results->type) != CV_32SC1 || regression))
mlann_mlp.cpp 224 CV_MAT_TYPE(_layer_sizes->type) != CV_32SC1 )
234 CV_CALL( layer_sizes = cvCreateMat( 1, l_count, CV_32SC1 ));
906 CV_CALL( _idx = cvCreateMat( 1, count, CV_32SC1 ));
    [all...]
  /external/opencv/cv/src/
cvkdtree.cpp 165 assert(CV_MAT_TYPE(results->type) == CV_32SC1);
222 if (CV_MAT_TYPE(results->type) != CV_32SC1)
223 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1");
258 if (CV_MAT_TYPE(results->type) != CV_32SC1)
259 CV_ERROR(CV_StsUnsupportedFormat, "results must be CV_32SC1");
cvmorph.cpp 179 if( el_type != CV_8UC1 && el_type != CV_32SC1 )
392 if( type != CV_8UC1 && type != CV_32SC1 )
    [all...]
cvhough.cpp 517 CV_CALL( accum = cvCreateMat( numangle, numrho, CV_32SC1 ));
887 CV_CALL( accum = cvCreateMat( cvCeil(img->rows*idp)+2, cvCeil(img->cols*idp)+2, CV_32SC1 ));
892 CV_CALL( centers = cvCreateSeq( CV_32SC1, sizeof(CvSeq), sizeof(int), storage ));
    [all...]
mycvHaarDetectObjects.cpp 662 CV_MAT_TYPE(sum->type) != CV_32SC1 )
675 if( CV_MAT_TYPE(tilted->type) != CV_32SC1 )
925 CV_CALL( sum = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 ));
936 tilted = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 );
    [all...]
cvconvhull.cpp 304 CV_MAT_TYPE(mat->type) != CV_32SC1 )
579 !CV_IS_MAT_CONT(mat->type) || CV_MAT_TYPE(mat->type) != CV_32SC1 )
cvdistransform.cpp 753 if( CV_MAT_TYPE( labels->type ) != CV_32SC1 )
815 CV_CALL( temp = cvCreateMat( size.height + border*2, size.width + border*2, CV_32SC1 ));
cvsurf.cpp 293 sum = cvCreateMat( img->height+1, img->width+1, CV_32SC1 );
298 mask_sum = cvCreateMat( img->height+1, img->width+1, CV_32SC1 );
cvhaar.cpp 463 CV_MAT_TYPE(sum->type) != CV_32SC1 )
476 if( CV_MAT_TYPE(tilted->type) != CV_32SC1 )
900 CV_CALL( sum = cvCreateMat( img->rows + 1, img->cols + 1, CV_32SC1 ))
    [all...]
cvsegmentation.cpp 159 if( CV_MAT_TYPE(dst->type) != CV_32SC1 )
cvfilter.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 387 CvMat hull1 = cvMat( 1, num_points, CV_32SC1, hull );
590 CvMat point_counts = cvMat( image_count, 1, CV_32SC1, _point_counts );
615 CvMat point_counts = cvMat( image_count, 1, CV_32SC1, _point_counts );
817 CvMat cluster_idx_mat = cvMat( num_samples, 1, CV_32SC1, cluster_idx );
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 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." );
    [all...]
cxarithm.cpp 591 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1;
620 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1;
    [all...]
cxcmp.cpp 389 sctype = (type & CV_MAT_CN_MASK) | CV_32SC1;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 504 #define CV_32SC1 CV_MAKETYPE(CV_32S,1)
    [all...]

Completed in 282 milliseconds

1 2