Re: How to count cells



Of course. You can use ImageJ. Why not? - But you can also use Matlab.

A possible procedure could be as follows:

1) Get original image
2) Convert to more appropriate format (e.g. 8 bit data, uncompressed)
3) Invert the image
4) Threshold and smooth (this is image #1)
5) Run Watershed algorithm to obtain image #2 (only contains output from
Watershed algorithm)
6) Dilate the lines of image #2
7) Invert again image #2
8) Subtract from smoothed image (image #1 minus image #2)
9) Analyze cells by hand or by using a particle counter (see plugins for
ImageJ or Matlab)

Since Matlab and ImageJ provide decent Watershed algorihms, they are
preferred applications for this type of work.

That's it. Not difficult at all.

Gregor

"akifmuhtar" <akifmuhtar@xxxxxxxxx> wrote in message
news:1138531842.283747.31390@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi to everbody,
>
> I need to count cells from digital images, for tissue cultures. Is
> tehre a way for this? Can I do with ImageJ?
>
> Regards,
>
> Akif
>


.



Relevant Pages

  • Re: Image processing prototype software
    ... two main complaints I have against MATLAB are no user interface ... Optimas (a now defunct package that had a lot of higher level ... ImageJ has a fairly user friendly user interface, ... time and cost as compared to getting a different package, ...
    (sci.image.processing)
  • Re: slow imread, multiframe tiffs
    ... ImageJ is just much better code. ... I use matlab to read and analyze multiframe tiff images. ... Iterative imread of a 1000 30x30 16 grayscale TIFF frames ...
    (comp.soft-sys.matlab)
  • Re: ImageJ possibilities
    ... singular "homework" and if used in the plural, ... MATLAB and ImageJ are probably the two most widely used image analysis ...
    (sci.image.processing)
  • Re: slow imread, multiframe tiffs
    ... I use matlab to read and analyze multiframe tiff images. ... Loading this same tiff file in a image analysis program called ImageJ ... I'm wondering if your comparison is really "apples to apples." ...
    (comp.soft-sys.matlab)