Home | History | Annotate | Download | only in src

Lines Matching refs:nclusters

1896     int nclusters, nsamples;
1903 nclusters = probs->cols;
1907 CV_CALL( counts = cvCreateMat( 1, nclusters + 1, CV_32SC1 ) );
1912 nclusters, r, outlier_thresh, 1 );
1917 for( j = 0; j < nclusters; j++ ) // outliers are ignored