Searched defs:dst_num (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cvmorphing.cpp | 286 int *dst_num, /* numbers of pixel in output line */ 314 dst_num == 0 || 334 &(second_corr[currSecondCorr]), dst_num[currLine] * 3 ); 342 currDstPix += dst_num[currLine] * 3; 367 int *dst_num, /* numbers of pixel in output line */ 386 dst_num, /* numbers of pixel in output line */ 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 388 milliseconds