<div dir="ltr">Hi Cyril,<div><br></div><div>That is fantastic progress. Is your code available on GitHub yet?</div><div><br></div><div><div>> I'm on the part where I start dealing with ROI, Overlay and all.</div><div>> However, I don't know to which extent the Overlay/ROI data model goes.</div></div><div><br></div><div>I probably told you this before, but just to reiterate: you are into some highly bleeding edge stuff, with unfinished and still-subject-to-major-change APIs. With that caveat, here goes:</div><div><br></div><div>A net.imagej.overlay.Overlay is essentially a wrapper around a net.imglib2.roi.RegionOfInterest. That latter interface is now deprecated as the way ImgLib2 supports ROIs has been reworked as of January 2015. I personally have not yet had time to dig into the new API that Tobias designed, so ImageJ2 has not yet been updated.<br></div><div><br></div><div>It is furthermore confusing because ImageJ2 chose the term "overlay" to mean something similar to what ImageJ1 means by "ROI", whereas ImageJ1 has its own "overlay" that means something else. We are planning at least one more iteration of the ImageJ Common data model, during which time we can potentially select better names for these things to avoid future confusion.</div><div><br></div><div>ImageJ2 lets you have any number of Overlays in the same Display as one or more Dataset (i.e., images). Conversely, in ImageJ1 there is only a single selection (i.e., ROI) that gets replaced every time you draw -- although you can A) add the selection to ImageJ1's ROI Manager, and/or B) add an IJ1 overlay that lets you group multiple ROIs together on the image.</div><div><br></div><div>Back on the IJ2 side, to make matters even more complex, IJ2's Swing user interface "cheats" a lot by rendering its overlays using the JHotDraw library -- via plugins of type JHotDrawAdapter, responsible for translating between JHotDraw and ImageJ2 Overlay-based data structures. It is likely though that your JavaFX interface will need to work differently.</div><div><br></div><div>In the meantime, we are happy to answer further specific questions you have about how these classes interact.</div><div><br></div><div>Regards,</div><div>Curtis</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 27, 2015 at 1:08 PM, Mongis Cyril <span dir="ltr"><<a href="mailto:cyril.mongis@googlemail.com" target="_blank">cyril.mongis@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Dear all !<br><br></div>I have been working on this new interface for ImageJ which is part of my PhD Thesis.<br></div>Here is a little video showing the status of the project.<br></div><div><a href="http://cyrilmongis.net/imagejfx/imagejfx.webm" target="_blank">http://cyrilmongis.net/imagejfx/imagejfx.webm</a><br></div><div><br></div>I'm on the part where I start dealing with ROI, Overlay and all. However, I don't know to which extent the Overlay/ROI data model goes. Could you point me to the main classes to check when implementing a UI for Overlay/ROI? I also have trouble understanding the concept of Overlay. If I understand clearly, Overlay are just set of pixel data put on top of the image. But also overlays can be defined by mathematic formula or just be a set of pixels. At the end, they just cover the image. The Overlay tool just generate set of pixels that represent an Overlay over the image. But in ImageJ, the selection tools that we use don't really produce Overlay, they produce selection I guess. Are those selection ROI ? I also don't see the ROI in the imagej-common repository ? Are they simply in the scijava repository ?<br><br></div>So in the end, could someone help by explaning or pointing ressources explaning how the classes involved in ROIs and Overlays interact between each other ?<br><br></div><div>I have already check the OverlayService, but I couldn't find any RoiService :-(<br></div><div><br></div>Cheers,<br><br></div>Cyril<br></div>
<br>_______________________________________________<br>
ImageJ-devel mailing list<br>
<a href="mailto:ImageJ-devel@imagej.net">ImageJ-devel@imagej.net</a><br>
<a href="http://imagej.net/mailman/listinfo/imagej-devel" target="_blank">http://imagej.net/mailman/listinfo/imagej-devel</a><br>
<br></blockquote></div><br></div>