Home | History | Annotate | Download | only in src

Lines Matching refs:CV_SCHARR

2029     int kx_size = aperture_size == CV_SCHARR ? 3 : aperture_size, ky_size = kx_size;
2044 if( aperture_size == CV_SCHARR )