Re: Segmenting touching particles
- From: ImageAnalyst <imageanalyst@xxxxxxxxxxxxxx>
- Date: Tue, 22 Sep 2009 18:13:04 -0700 (PDT)
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
.
- Follow-Ups:
- Re: Segmenting touching particles
- From: Jasper Engel
- Re: Segmenting touching particles
- References:
- Segmenting touching particles
- From: Jasper Engel
- Segmenting touching particles
- Prev by Date: Re: averaging
- Next by Date: Re: wavelet analysis for audio files
- Previous by thread: Segmenting touching particles
- Next by thread: Re: Segmenting touching particles
- Index(es):
Relevant Pages
|
Loading