Re: objects wit distinct grey values-outline?
Posted by
Matthias Kirsch on
Nov 12, 2013; 7:57am
URL: http://imagej.273.s1.nabble.com/objects-wit-distinct-grey-values-outline-tp5005533p5005538.html
Hi Jerome,
thank you so much!
Regards
Matthias
Am 11.11.2013 21:12, schrieb Jerome Mutterer-3 [via ImageJ]:
Hi Matthias,
assuming your grey level image is 8-bit, you could run something
like the
following macro:
for (i=0;i<256;i++) {
setThreshold(i, i);
run("Create Selection");
if (selectionType>0){
roiManager("Add");
run ("Select None");
}
}
Sincerely,
Jerome
On 11 November 2013 18:45, Matthias Kirsch <[hidden email]>
wrote:
http://imagej.1557.x6.nabble.com/objects-wit-distinct-grey-values-outline-tp5005533.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
To unsubscribe from objects wit distinct grey values-outline?,
click
here.
NAML