Searched defs:aperture_size (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cv/src/ |
D | cvcorner.cpp | 204 int aperture_size, int op_type, double k=0. ) in icvCornerEigenValsVecs() 421 int block_size, int aperture_size ) in cvCornerMinEigenVal() 448 int block_size, int aperture_size, double k ) in cvCornerHarris() 475 int block_size, int aperture_size ) in cvCornerEigenValsAndVecs() 503 cvPreCornerDetect( const void* srcarr, void* dstarr, int aperture_size ) in cvPreCornerDetect()
|
D | cvcanny.cpp | 49 double low_thresh, double high_thresh, int aperture_size ) in cvCanny()
|
D | cvderiv.cpp | 177 cvSobel( const void* srcarr, void* dstarr, int dx, int dy, int aperture_size ) in cvSobel() 798 cvLaplace( const void* srcarr, void* dstarr, int aperture_size ) in cvLaplace()
|
D | cvmotempl.cpp | 162 int aperture_size ) in cvCalcMotionGradient()
|
D | cvfilter.cpp | 2023 int dx, int dy, int aperture_size, int flags ) in init_deriv()
|