Re: Segmenting touching particles
- From: "Jasper Engel" <jasperengel5@xxxxxxxxxxx>
- Date: Mon, 28 Sep 2009 08:05:08 +0000 (UTC)
ImageAnalyst <imageanalyst@xxxxxxxxxxxxxx> wrote in message <3a374c23-315f-429e-9e32-9625afff101e@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>...
On Sep 22, 9:34?am, "Jasper Engel" <jaspereng...@xxxxxxxxxxx> wrote:
Hello,
Im trying to count different sized particles in a microscopic image (http://img186.imageshack.us/i/hfets4d4.jpg/) following the ricegrain example on this website. Most particles are counted properly. However, particles close in each others vicinity are counted as one big particle (http://img199.imageshack.us/i/bigparticle.jpg/). ?Any advice on how to improve upon this would be greatly appreciated!
Kind regards,
Jasper
--------------------------------------------------------------------------------------------------
Jasper:
Why don't you try marker controlled watershed segmentation to separate
them? MATLAB has a demo for this in the image processing toolbox.
Alternatively just find the mean or mode area, and go through your
particles and if the area is more than 2 times the mean count it as 2
particles (instead of 1), if it's more than 3 count it as 3, more than
4 count it as 4 etc.
Regards,
ImageAnalyst
Thank you very much! A watershed on the distance matrix works pretty well. However, I have another question. When comparing the watershed picture and the original picture some particles are a larger and some are smaller. Are there any techniques to get error estimates for the measured particle area and particle count?
Regards,
Jasper
.
- Follow-Ups:
- Re: Segmenting touching particles
- From: ImageAnalyst
- Re: Segmenting touching particles
- References:
- Segmenting touching particles
- From: Jasper Engel
- Re: Segmenting touching particles
- From: ImageAnalyst
- Segmenting touching particles
- Prev by Date: Re: image processing
- Next by Date: Re: Enabling 'Rapid Accelerator' simulation mode in Simulink
- Previous by thread: Re: Segmenting touching particles
- Next by thread: Re: Segmenting touching particles
- Index(es):
Relevant Pages
|
Loading