HomeSort by relevance Sort by last modified time
    Searched refs:_aperture_size (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/imgproc/test/
test_filter.cpp 446 int _aperture_size; member in class:CV_DerivBaseTest
465 _aperture_size = (cvtest::randInt(rng)%5)*2 - 1;
466 sizes[INPUT][1] = aperture_size = cvSize(_aperture_size, _aperture_size);
502 int max_d = _aperture_size > 0 ? 2 : 1;
514 if( _aperture_size < 0 )
516 else if( _aperture_size == 1 )
524 _aperture_size = 3;
529 aperture_size = cvSize(_aperture_size, _aperture_size);
    [all...]
  /external/opencv3/modules/ts/src/
ts_func.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
canny.cpp 242 int _high, int _aperture_size, bool _L2gradient)
244 aperture_size(_aperture_size), L2gradient(_L2gradient)
    [all...]

Completed in 971 milliseconds