HomeSort by relevance Sort by last modified time
    Searched full:aperture_size0 (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/src/
cvcorner.cpp 219 int aperture_size0 = aperture_size; local
251 if( depth == CV_8U && aperture_size0 == CV_SCHARR )
256 else if( depth == CV_32F && aperture_size0 == CV_SCHARR )
289 CV_CALL( dx_filter.init_deriv( size.width, depth, d_depth, 1, 0, aperture_size0 ));
290 CV_CALL( dy_filter.init_deriv( size.width, depth, d_depth, 0, 1, aperture_size0 ));
309 if( aperture_size0 == CV_SCHARR )

Completed in 52 milliseconds