Searched defs:first_corr (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) )
256 first_corr[first_curr] = second[second_curr];
257 first_corr[first_curr + 1] = second[second_curr + 2];
270 first_corr[first_curr] = second[second_curr + 2];
271 first_corr[first_curr + 1] = second[second_curr + 2];
294 first_corr[first_curr] = second[second_curr + 2]; /* connect to begin */
295 first_corr[first_curr + 1] = second[second_curr + 2]; /* connect to begin */
327 int *second, int *second_runs, int *first_corr, /* s0'|e0'|s1'|e1'|... */
343 (second == 0) || (second_runs == 0) || (first_corr
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 */
93 begCorr = (float) first_corr[curr];
95 endCorr = (float) first_corr[curr];
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 )
333 &(first_corr[currFirstCorr]),
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 97 milliseconds