Hi,
I use the analyze particles feature all the time in imagej, but I'd like to be able to quantify coverage density over my picture surface. For example, create a density map or something that would say "hey the top left quadrant of the picture has x density, while the bottom right has y density". Do you guys know of any plugins that work with the analyze particles routines/output to address these kinds of problems? Just curious where to start. Thanks. -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi,
I do not know a plugin for that purpose, but I am wondering whether this here could be a starting point: http://fiji.sc/cgi-bin/gitweb.cgi?p=fiji.git&a=blob&f=src-plugins/VIB_/src/main/java/util/Histogram_2D.java If you just want to have a simple information like what you describe (density in a quadrant), you could use Analyze Particles to get a point selection and then count the points in whatever bins you want to have in your image. Best regards, Volker 2012/8/24 Adam Hughes <[hidden email]>: > Hi, > > I use the analyze particles feature all the time in imagej, but I'd like to > be able to quantify coverage density over my picture surface. For example, > create a density map or something that would say "hey the top left quadrant > of the picture has x density, while the bottom right has y density". Do > you guys know of any plugins that work with the analyze particles > routines/output to address these kinds of problems? > > Just curious where to start. > > Thanks. > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Ok thanks, I will try this and let you guys know if I am able to implement
it. On Sun, Aug 26, 2012 at 2:11 PM, Volker Wirth <[hidden email]> wrote: > Hi, > I do not know a plugin for that purpose, but I am wondering whether > this here could be a starting point: > > http://fiji.sc/cgi-bin/gitweb.cgi?p=fiji.git&a=blob&f=src-plugins/VIB_/src/main/java/util/Histogram_2D.java > If you just want to have a simple information like what you describe > (density in a quadrant), you could use Analyze Particles to get a > point selection and then count the points in whatever bins you want to > have in your image. > Best regards, > Volker > > 2012/8/24 Adam Hughes <[hidden email]>: > > Hi, > > > > I use the analyze particles feature all the time in imagej, but I'd like > to > > be able to quantify coverage density over my picture surface. For > example, > > create a density map or something that would say "hey the top left > quadrant > > of the picture has x density, while the bottom right has y density". Do > > you guys know of any plugins that work with the analyze particles > > routines/output to address these kinds of problems? > > > > Just curious where to start. > > > > Thanks. > > > > -- > > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
I can run multiple instances of ImageJ on a Windows XP 64 machine.
But I have another machine with Windows 7 and it won't open multiple instances of ImageJ. Is there a setting or something I'm missing? Thanks, Frank Franklin Shaffer Senior Research Engineer USDOE National Energy Technology Laboratory Computational Science Division Mail Stop 84-202 626 Cochran's Mill Road Pittsburgh, PA 15236 [hidden email] Office: 412-386-5964 Cell: 724-970-7262 -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi Franklin,
On Mon, 27 Aug 2012, Franklin Shaffer wrote: > I can run multiple instances of ImageJ on a Windows XP 64 machine. > But I have another machine with Windows 7 and it won't open multiple instances of ImageJ. > Is there a setting or something I'm missing? Most likely, the difference is not so much the Windows version but the ImageJ version. Starting ImageJ with the option "-port0" will force it to start a new instance. Ciao, Johannes -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
In reply to this post by Franklin Shaffer-2
Hi Frank,
Check under Edit > Options > Misc. On your windows 7 systems "Run single instance listener" is most likely selected. Deselect it and you can open multiple instances of Image. Kees Advanced Imaging Facilities Centre for Core Biotechnology Services University of Leicester UK ________________________________________ From: ImageJ Interest Group [[hidden email]] On Behalf Of Franklin Shaffer [[hidden email]] Sent: 27 August 2012 18:43 To: [hidden email] Subject: running multiple ImageJ's I can run multiple instances of ImageJ on a Windows XP 64 machine. But I have another machine with Windows 7 and it won't open multiple instances of ImageJ. Is there a setting or something I'm missing? Thanks, Frank Franklin Shaffer Senior Research Engineer USDOE National Energy Technology Laboratory Computational Science Division Mail Stop 84-202 626 Cochran's Mill Road Pittsburgh, PA 15236 [hidden email] Office: 412-386-5964 Cell: 724-970-7262 -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |