Searched defs:first_runs (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvcorrespond.cpp52 int first_runs, /* number of runs */
82 (first_runs < 1) ||
94 costTable = (float *)cvAlloc( (first_runs + 1) * (second_runs + 1) * sizeof( float ));
99 matchEdges = (uchar *)cvAlloc( (first_runs + 1) * (second_runs + 1) * sizeof( uchar ));
107 row_size = first_runs + 1;
118 for( n = 0; n < first_runs; n++ )
150 for( i = 1; i <= first_runs; i++ )
240 i = first_runs;
326 int *first_runs, /* numbers of runs */
342 (first_runs
50 icvDynamicCorrespond( int *first, int first_runs, int *second, int second_runs, int *first_corr, int *second_corr ) argument
324 icvDynamicCorrespondMulti( int lines, int *first, int *first_runs, int *second, int *second_runs, int *first_corr, int *second_corr ) argument
387 cvDynamicCorrespondMulti( int lines, int *first, int *first_runs, int *second, int *second_runs, int *first_corr, int *second_corr ) argument
[all...]
H A Dcvmorphing.cpp52 int first_runs, /* it's length */
90 for( n = 0; n < first_runs; n++ )
289 int *first_runs, /* it's length */
318 first_runs == 0 ||
330 first_runs[currLine],
343 currFirst += (first_runs[currLine] * 2) + 1;
345 currFirstCorr += first_runs[currLine] * 2;
370 int *first_runs, /* it's length */
389 first_runs, /* it's length */
46 icvMorphEpilines8uC3( uchar * first_pix, uchar * second_pix, uchar * dst_pix, float alpha, int *first, int first_runs, int *second, int second_runs, int *first_corr, int *second_corr, int dst_len ) argument
279 icvMorphEpilines8uC3Multi( int lines, uchar * first_pix, int *first_num, uchar * second_pix, int *second_num, uchar * dst_pix, int *dst_num, float alpha, int *first, int *first_runs, int *second, int *second_runs, int *first_corr, int *second_corr ) argument
360 cvMorphEpilinesMulti( int lines, uchar * first_pix, int *first_num, uchar * second_pix, int *second_num, uchar * dst_pix, int *dst_num, float alpha, int *first, int *first_runs, int *second, int *second_runs, int *first_corr, int *second_corr ) argument

Completed in 143 milliseconds