Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Analyze Skeleton (2D/3D) #4

Closed
ctrueden opened this issue Oct 13, 2015 · 1 comment
Closed

Bug in Analyze Skeleton (2D/3D) #4

ctrueden opened this issue Oct 13, 2015 · 1 comment
Assignees

Comments

@ctrueden
Copy link
Member

From Fiji BugZilla issue #1164:

when skeletonizing images it can happen that the skeletons are only 1px. I think that the spx and spy values in the Results are not correct. I can´t comment on spy, since I only have 2D data.
The following macro illustrates this.
e.g. spx and spy values in row 4 and 5 are identical. also in row 9 and 10, and ......

run("Blobs (25K)");
run("Make Binary");
run("Skeletonize (2D/3D)");
run("Analyze Skeleton (2D/3D)", "prune=none calculate show");
selectWindow("Results");
@iarganda iarganda self-assigned this Oct 20, 2015
@iarganda
Copy link
Collaborator

Fixed with the new release (v2.0.5). Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants