Is there any specific function that can be used in opencv for skeletonization? Besides, i searched for some time and want to know if opencv implements voronoi-skeleton (seems like there is but is it really are)?
Is there any specific function that can be used in opencv for skeletonization? Besides,
Share
It looks like Voronoi-Skeleton is implemented in the
_cvConstructSkeleton()and_cvLee()functions in opencv/src/cvaux/cvlee.cpp.I haven’t seen any official documentation about how to use this functionality in OpenCV. Since
cvlee.cppis in thecvauxfolder, I think these may be experimental OpenCV functions.