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

Verify overlay translation code happening everywhere it needs to #85

Open
ctrueden opened this issue Aug 20, 2014 · 1 comment
Open
Milestone

Comments

@ctrueden
Copy link
Member

We need to ensure that ROIs and overlays are synced properly between IJ1 and IJ2 data structures, in every relevant case.

At the time this ticket was originally created, the OverlayHarmonizer (was OverlayTranslator) was only referenced in the Harmonizer in the legacy layer, and could/should be used in the various DisplayCreators and ImagePlusCreators in the legacy layer also.

Migrated-From: http://trac.imagej.net/ticket/842

@hinerm hinerm self-assigned this Mar 23, 2015
@hinerm hinerm added this to the m2 milestone Mar 23, 2015
@imagejan
Copy link
Member

Possibly an example for this:

#@ OverlayService os
#@ ImageDisplay display

println os.getSelectionBounds(display)

This will always print the dimensions of the entire image, no matter if a selection is present in the legacy UI.

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

3 participants