HomeSort by relevance Sort by last modified time
    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