cv.thinning - MATLAB File Help |
Applies a binary blob thinning operation, to achieve a skeletization of the input image
dst = cv.thinning(src)
dst = cv.thinning(src, 'OptionName',optionValue, ...)
src
.The function transforms a binary blob image into a skeletized form using the technique of Zhang-Suen.