I want to join particles (clumps) that are within 10 (or some other value) pixels using particle analysis. I thought this could be done by changing the wand size. Is this correct and could someone describe how. I've tried to no effect.Would this be related to the Feret distance or Eucl.Dist???
Bill |
Hi Bill,
the wand won't help you, it has a gray level tolerance, but no distance tolerance. What you could do: Edit>Selection>Create mask (if you have no mask yet) Filters>Maximum with the proper radius (half the distance) Michael ________________________________________________________________ On 15 Jan 2010, at 03:06, Rothman, William wrote: > I want to join particles (clumps) that are within 10 (or some other > value) pixels using particle analysis. I thought this could be > done by changing the wand size. Is this correct and could someone > describe how. I've tried to no effect.Would this be related to the > Feret distance or Eucl.Dist??? > Bill |
On 15 Jan 2010, at 03:06, Rothman, William wrote:
> I want to join particles (clumps) that are within 10 (or some other > value) pixels using particle analysis. I thought this could be > done by changing the wand size. Is this correct and could someone > describe how. I've tried to no effect.Would this be related to the > Feret distance or Eucl.Dist??? If you want to join blobs, then binary dilation of the image with a disk of diameter 5 or so should do (i.e. filter maximum with a radius of 5), but obviously this changes the particles shape and size. Then you could use the joined cluster -if it can be identified somehow among other possible clusters- to binary_reconstruct the original image to obtain just the original objects that were associated with the cluster. This goes under the umbrella of spatial reasoning. Dave Randell, who is the author of the renowned RCC8 spatial reasoning logic commonly used in AI, gave a talk precisely on this at the 2008 Luxembourg meeting. The abstracts are at the conference site http://imagejconf.tudor.lu but I am not sure where the links to the full papers are in that site. His paper on spatial logic (cited more than 1000 times!) is here: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.35.7809&rep=rep1&type=pdf but I do not seem to be able to open it right now. I hope it helps. Cheers G. |
GL:
Thank you. Bill Rothman -----Original Message----- From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Gabriel Landini Sent: Friday, January 15, 2010 6:59 AM To: [hidden email] Subject: Re: Wand thickness for Part. Analysis On 15 Jan 2010, at 03:06, Rothman, William wrote: > I want to join particles (clumps) that are within 10 (or some other > value) pixels using particle analysis. I thought this could be > done by changing the wand size. Is this correct and could someone > describe how. I've tried to no effect.Would this be related to the > Feret distance or Eucl.Dist??? If you want to join blobs, then binary dilation of the image with a disk of diameter 5 or so should do (i.e. filter maximum with a radius of 5), but obviously this changes the particles shape and size. Then you could use the joined cluster -if it can be identified somehow among other possible clusters- to binary_reconstruct the original image to obtain just the original objects that were associated with the cluster. This goes under the umbrella of spatial reasoning. Dave Randell, who is the author of the renowned RCC8 spatial reasoning logic commonly used in AI, gave a talk precisely on this at the 2008 Luxembourg meeting. The abstracts are at the conference site http://imagejconf.tudor.lu but I am not sure where the links to the full papers are in that site. His paper on spatial logic (cited more than 1000 times!) is here: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.35.7809&rep=rep 1&type=pdf but I do not seem to be able to open it right now. I hope it helps. Cheers G. |
Free forum by Nabble | Edit this page |