Skeletonization icon indicating copy to clipboard operation
Skeletonization copied to clipboard

In this repository you can see the code for skeletonization of binary images using our novel fuzzy inference system.

Results 2 Skeletonization issues
Sort by recently updated
recently updated
newest added

Duplicates of #2 #5. File "Skeletonization.py", line ..., in fluxMap = flux(mir_delD_xn, mir_delD_yn) File "skeleton2Graph.py", line 195, in flux flux_x = Nx * delD_xn[pix[0] - 1:pix[0] + 2, pix[1] -...

Hi, thanks for this good work, I was trying your method on my own image. When calculating flux, I had this error message: --------------------------------------------------------------------------- ValueError Traceback (most recent call last)...