OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:borderTypeNI
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/imgproc/src/
deriv.cpp
819
int
borderTypeNI
= borderType & ~BORDER_ISOLATED;
[
all
...]
corner.cpp
550
int
borderTypeNI
= borderType & ~BORDER_ISOLATED;
551
if ((
borderTypeNI
== BORDER_REPLICATE && (!src.isSubmatrix() || isolated)) &&
610
int
borderTypeNI
= borderType & ~BORDER_ISOLATED;
614
(
borderTypeNI
== BORDER_CONSTANT ||
borderTypeNI
== BORDER_REPLICATE) && cn == 1 && (!src.isSubmatrix() || isolated) )
632
IppiBorderType borderTypeIpp =
borderTypeNI
== BORDER_CONSTANT ? ippBorderConst : ippBorderRepl;
pyramids.cpp
[
all
...]
filter.cpp
[
all
...]
Completed in 409 milliseconds