Home | History | Annotate | Download | only in src

Lines Matching refs:out_count

1596     int i, len, in_count, count, out_count;
1644 out_count = evals->cols + evals->rows - 1;
1646 if( (evals->cols != 1 && evals->rows != 1) || out_count > count )
1651 if( evects->cols != len || evects->rows != out_count )
1672 tmp_evects->rows = out_count;
1673 tmp_evals->cols = out_count;
1689 CV_CALL( tmp_evects2 = cvCreateMat( out_count, count, CV_64F ));
1726 for( i = 0; i < out_count; i++ )