OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:columnBorderType
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/imgproc/src/
filterengine.hpp
261
int
columnBorderType
;
307
int
columnBorderType
= -1,
314
int
columnBorderType
= -1, const Scalar& borderValue = Scalar());
354
int
columnBorderType
= -1,
morph.cpp
[
all
...]
filter.cpp
73
rowBorderType =
columnBorderType
= BORDER_REPLICATE;
121
columnBorderType
= _columnBorderType;
123
CV_Assert(
columnBorderType
!= BORDER_WRAP );
148
if( rowBorderType == BORDER_CONSTANT ||
columnBorderType
== BORDER_CONSTANT )
185
if(
columnBorderType
== BORDER_CONSTANT )
369
wholeSize.height,
columnBorderType
);
[
all
...]
Completed in 515 milliseconds