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

/external/opencv/cvaux/src/
H A Dcvcorrespond.cpp54 int second_runs, int *first_corr, /* s0'|e0'|s1'|e1'|... */
83 (second == 0) || (second_runs < 1) || (first_corr == 0) || (second_corr == 0) )
94 costTable = (float *)cvAlloc( (first_runs + 1) * (second_runs + 1) * sizeof( float ));
99 matchEdges = (uchar *)cvAlloc( (first_runs + 1) * (second_runs + 1) * sizeof( uchar ));
134 for( n = 0; n < second_runs; n++ )
152 for( j = 1; j <= second_runs; j++ )
241 j = second_runs;
327 int *second, int *second_runs, int *first_corr, /* s0'|e0'|s1'|e1'|... */
343 (second == 0) || (second_runs == 0) || (first_corr == 0) || (second_corr == 0) )
357 second_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.cpp54 int second_runs, int *first_corr, /* corr data for the 1st seq */
179 for( n = 0; n < second_runs; n++ )
291 int *second_runs, int *first_corr, /* correspond information for the 1st seq */
319 second == 0 || second_runs == 0 || first_corr == 0 || second_corr == 0 )
332 second_runs[currLine],
344 currSecond += (second_runs[currLine] * 2) + 1;
346 currSecondCorr += second_runs[currLine] * 2;
372 int *second_runs, int *first_corr, /* correspond information for the 1st seq */
391 second_runs, first_corr, /* correspond information for the 1st seq */
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 115 milliseconds