OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KERNEL_SMOOTH
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
filterengine.hpp
49
KERNEL_SMOOTH
= 4, // all the kernel elements are non-negative and summed to 1
filter.cpp
436
int type =
KERNEL_SMOOTH
+ KERNEL_INTEGER;
450
type &= ~
KERNEL_SMOOTH
;
457
type &= ~
KERNEL_SMOOTH
;
[
all
...]
Completed in 2345 milliseconds