Home
last modified time | relevance | path

Searched refs:dst_num (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cvaux/src/
Dcvmorphing.cpp286 int *dst_num, /* numbers of pixel in output line */ in icvMorphEpilines8uC3Multi() argument
314 dst_num == 0 || in icvMorphEpilines8uC3Multi()
334 &(second_corr[currSecondCorr]), dst_num[currLine] * 3 ); in icvMorphEpilines8uC3Multi()
342 currDstPix += dst_num[currLine] * 3; in icvMorphEpilines8uC3Multi()
367 int *dst_num, /* numbers of pixel in output line */ in cvMorphEpilinesMulti() argument
386dst_num, /* numbers of pixel in output line */ in cvMorphEpilinesMulti()
Dcvlines.cpp46 uchar * dst, int *dst_num, CvSize src_size, CvPoint start, CvPoint end )
76 if( dst_num )
78 if( *dst_num <= dx )
80 *dst_num = dx + 1;
99 if( dst_num )
101 if( *dst_num <= dy )
103 *dst_num = dy + 1;
D_cvvm.h109 uchar* dst, int* dst_num,
/external/opencv/cvaux/include/
Dcvaux.h1095 int* dst_num,