OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:el_cross
(Results
1 - 1
of
1
) 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
...]
Completed in 31 milliseconds