OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el_cross
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvinpaint.cpp
733
IplConvKernel *
el_cross
= 0, *el_range = 0;
local
770
CV_CALL(
el_cross
= cvCreateStructuringElementEx(3,3,1,1,CV_SHAPE_CROSS,NULL));
778
cvDilate(mask,band,
el_cross
,1); // image with narrow band
[
all
...]
/external/opencv3/modules/photo/src/
inpaint.cpp
733
cv::Ptr<IplConvKernel>
el_cross
, el_range;
local
766
el_cross
.reset(cvCreateStructuringElementEx(3,3,1,1,CV_SHAPE_CROSS,NULL));
774
cvDilate(mask,band,
el_cross
,1); // image with narrow band
[
all
...]
Completed in 58 milliseconds