Searched defs:first_num (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cvmorphing.cpp | 281 int *first_num, /* numbers of pixel in first line */ 310 first_num == 0 || 340 currFirstPix += first_num[currLine] * 3; 362 int *first_num, /* numbers of pixel in first line */ 381 first_num, /* numbers of pixel in first 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 1172 milliseconds