Re: Problem with plugin 3 points ROI

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Problem with plugin 3 points ROI

Gabriel Landini
On Thursday 17 Feb 2011 17:52:36 Eric Leroy wrote:

> Hello
>
> I included the plugin from G Landini called 3 points ROI into a macro to
> measure bubbles. The macro is :
> macro "3Points [F6]" {
> run("ThreePointCircularROI ");
> run("Measure");
> //run("Select None");
> }
>
This macro works for me both in Fiji and ImageJ

run("ThreePointCircularROI ");
run("Measure");
wait(1000);
run("Select None");

In Fiji I copy only 3 point circular roi class file to the plugins folder to
run the macro above.

Regards
Gabriel