OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KERNEL_SYMMETRICAL
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
filter.cpp
440
type |= (
KERNEL_SYMMETRICAL
+ KERNEL_ASYMMETRICAL);
446
type &= ~
KERNEL_SYMMETRICAL
;
623
bool symmetrical = (symmetryType &
KERNEL_SYMMETRICAL
) != 0;
[
all
...]
filterengine.hpp
47
KERNEL_SYMMETRICAL
= 1, // kernel[i] == kernel[ksize-i-1] , and the anchor is at the center
Completed in 317 milliseconds