Is there any specific function that can be used in opencv for skeletonization? Also, I searched for a while and want to know if opencv implements voronoi-skeleton (it seems that there is, but is it really)?
It looks like Voronoi-Skeleton is implemented in functions _cvConstructSkeleton()and _cvLee()in opencv / src / cvaux / cvlee.cpp .
_cvConstructSkeleton()
_cvLee()
I have not seen the official documentation on how to use this feature in OpenCV. Since it cvlee.cppis located in a folder cvaux, I think that it can be experimental OpenCV functions.
cvlee.cpp
cvaux