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

/external/opencv/cvaux/src/
H A Dcvmorphing.cpp47 uchar * second_pix, /* raster epiline from image 2 */
211 (uchar) (((unsigned int) (second_pix[begLineIndex]) * s1) >> 8));
218 (uchar) (((unsigned int) (second_pix[begLineIndex + 1]) * s1) >>
226 (uchar) (((unsigned int) (second_pix[begLineIndex + 2]) * s1) >>
246 dst_pix[indexImg1] = (uchar) (dst_pix[indexImg1] + second_pix[begLineIndex]);
251 (uchar) (dst_pix[indexImg1] + second_pix[begLineIndex + 1]);
256 (uchar) (dst_pix[indexImg1] + second_pix[begLineIndex + 2]);
282 uchar * second_pix, /* raster epilines from the second image */
311 second_pix == 0 ||
326 &(second_pix[currSecondPi
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
[all...]

Completed in 54 milliseconds