Searched defs:dst_pix (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
H A D | cvmorphing.cpp | 48 uchar * dst_pix, /* raster epiline from dest image */ 77 memset( dst_pix, 0, dst_len ); 120 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex]) * s) >> 8); 125 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex + 1]) * s) >> 8); 130 dst_pix[indexImg1] = (uchar) (((int) (first_pix[begLineIndex + 2]) * s) >> 8); 149 dst_pix[indexImg1] = first_pix[begLineIndex]; 153 dst_pix[indexImg1] = first_pix[begLineIndex + 1]; 157 dst_pix[indexImg1] = first_pix[begLineIndex + 2]; 209 dst_pix[indexImg1] = 210 (uchar) (dst_pix[indexImg 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 80 milliseconds