HomeSort by relevance Sort by last modified time
    Searched refs:cvCreateStructuringElementEx (Results 1 - 8 of 8) sorted by null

  /external/opencv/cv/src/
cvmotempl.cpp 249 CV_CALL( el = cvCreateStructuringElementEx( aperture_size, aperture_size,
cvinpaint.cpp 770 CV_CALL( el_cross = cvCreateStructuringElementEx(3,3,1,1,CV_SHAPE_CROSS,NULL));
793 CV_CALL( el_range = cvCreateStructuringElementEx(2*range+1,2*range+1,
    [all...]
cvmorph.cpp 726 cvCreateStructuringElementEx( int cols, int rows,
734 CV_FUNCNAME( "cvCreateStructuringElementEx" );
    [all...]
  /external/opencv3/modules/photo/src/
inpaint.cpp 766 el_cross.reset(cvCreateStructuringElementEx(3,3,1,1,CV_SHAPE_CROSS,NULL));
789 el_range.reset(cvCreateStructuringElementEx(2*range+1,2*range+1,
    [all...]
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 324 CVAPI(IplConvKernel*) cvCreateStructuringElementEx(
329 @see cvCreateStructuringElementEx
    [all...]
  /external/opencv3/modules/imgproc/src/
morph.cpp     [all...]
  /external/opencv/cv/include/
cv.h 317 CVAPI(IplConvKernel*) cvCreateStructuringElementEx(
    [all...]
  /external/opencv3/modules/imgproc/test/
test_filter.cpp 249 element = cvCreateStructuringElementEx( aperture_size.width, aperture_size.height,
    [all...]

Completed in 4078 milliseconds