ImageJ
Login
Register
Search
everywhere
only in this topic
Advanced Search
Getting the current ROI
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
2 messages
Options
Loading...
Subscribe via email
Move topic
Pin topic
Unpin topic
Lock topic
Unlock topic
Delete this topic
Delete this topic
Change title and meta tags
Embed post
Permalink
Paul Johnston
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jan 17, 2009; 12:00am
Getting the current ROI
Sorry if this is a basic question:
How do I access the current Roi? For example, if I do:
Toolbar.getInstance().setTool("line");
then wait for user to draw a line, I want to access the ij.gui.Line
within the mouseReleased() event.
Thanks,
Paul
dscho
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
More
Loading...
Reply to author
Edit post
Move post
Delete this post
Delete this post and replies
Change post date
Print post
Permalink
Raw mail
Jan 17, 2009; 12:17am
Re: Getting the current ROI
Hi,
On Fri, 16 Jan 2009, Paul Johnston wrote:
> How do I access the current Roi?
Roi roi = WindowManager.getCurrentImage().getRoi();
Hth,
Dscho
Free forum by Nabble
Disable Popup Ads
|
Edit this page