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

/external/opencv/cvaux/src/
H A Dcvmorphing.cpp55 int *second_corr, /* corr data for the 2nd seq */
182 begCorr = (float) second_corr[curr];
184 endCorr = (float) second_corr[curr];
292 int *second_corr ) /* correspond information for the 2nd seq */
319 second == 0 || second_runs == 0 || first_corr == 0 || second_corr == 0 )
334 &(second_corr[currSecondCorr]), dst_num[currLine] * 3 );
373 int *second_corr /* correspond information for the 2nd seq */
392 second_corr /* correspond information for the 2nd 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

Completed in 2922 milliseconds