summaryrefslogtreecommitdiff
path: root/macros/getStructuringElement.sci
blob: 23b384c1cf45bc0dcaf348133edc200f78604732 (plain)
1
2
3
4
5
function structuring_element = getStructuringElement(gettype, cols, rows, anchorX, anchorY)
	
	structuring_element = opencv_getStructuringElement(gettype, cols, rows, anchorX, anchorY)
	
endfunction