Home | History | Annotate | Download | only in src

Lines Matching refs:CV_MAX_SOBEL_KSIZE

420     if( _ksize < 1 || _ksize > CV_MAX_SOBEL_KSIZE || _ksize % 2 == 0 )