Lines Matching refs:getStructuringElement
909 // C++: Mat getStructuringElement(int shape, Size ksize, Point anchor = Point(-1,-1))
912 //javadoc: getStructuringElement(shape, ksize, anchor)
913 public static Mat getStructuringElement(int shape, Size ksize, Point anchor)
921 //javadoc: getStructuringElement(shape, ksize)
922 public static Mat getStructuringElement(int shape, Size ksize)
2953 // C++: Mat getStructuringElement(int shape, Size ksize, Point anchor = Point(-1,-1))