opencv-api getStructuringElement

返回为形态学操作返回结构化的元素

retval	=	cv.getStructuringElement(	shape, ksize[, anchor]	)
参数 描述
shape 元素形状
ksize 结构化元素的大小
anchor Anchor position within the element.

你可能感兴趣的:(图像识别)