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

  /external/opencv3/modules/imgproc/src/
filterengine.hpp 48 KERNEL_ASYMMETRICAL = 2, // kernel[i] == -kernel[ksize-i-1] , and the anchor is at the center
filter.cpp 440 type |= (KERNEL_SYMMETRICAL + KERNEL_ASYMMETRICAL);
448 type &= ~KERNEL_ASYMMETRICAL;
    [all...]

Completed in 265 milliseconds