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

Improve management of fiducial list (for example in IsolatedWatershedImageFilter) #3

Open
jcfr opened this issue Nov 10, 2015 · 1 comment

Comments

@jcfr
Copy link
Contributor

jcfr commented Nov 10, 2015

See here http://www.na-mic.org/Bug/view.php?id=4065#c13578 for details.

  • When going in fiducial mode. It is easy to add two fiducials to the same markup list. The filter ends running with the same coordinate for both seed because it took the first point of the same list selected twice.
  • May be this could be improved by detecting when two time the same list selected. Instead of hiding the input box for coordinate. May be selecting the input box could simply be the coordinate of the selected fiducial. If you manually set some value ... it update the location of the fiducial on the screen.
@blowekamp
Copy link
Member

Thanks for the feedback. As I recall you desired behavior was the original behavior with the old fiducialls, but it changed with the new Annotation nodes. This is the block of code that needs a change:
https://github.com/SimpleITK/SlicerSimpleFilters/blob/master/SimpleFilters/SimpleFilters.py#L662-L710

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