Lines Matching refs:getStructuringElement
1065 @sa sepFilter2D, getDerivKernels, getStructuringElement, GaussianBlur
1123 CV_EXPORTS_W Mat getStructuringElement(int shape, Size ksize, Point anchor = Point(-1,-1));
1858 structuring element is used. Kernel can be created using getStructuringElement.
1864 @sa dilate, morphologyEx, getStructuringElement
1884 structuring element is used. Kernel can be created using getStructuringElement
1890 @sa erode, morphologyEx, getStructuringElement
1908 @param kernel Structuring element. It can be created using getStructuringElement.
1916 @sa dilate, erode, getStructuringElement