Re: Segmenting touching particles



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
.



Relevant Pages

  • Re: Segmenting touching particles
    ... Why don't you try marker controlled watershed segmentation to separate ... MATLAB has a demo for this in the image processing toolbox. ... Alternatively just find the mean or mode area, ...
    (comp.soft-sys.matlab)
  • ICALAB toolbox with Matlab
    ... I need help for ICALAB for image processing toolbox of Matlab. ... to separate some mixed images, ...
    (sci.image.processing)

Loading