/cytology_image_segment

Phansalkar Threshold Method in C++: using the Phansalkar method to segment carbon black particles in cytology images

Primary LanguageC++

Phansalkar Threshold Method in C++

The Phansalkar method is described in Adaptive local thresholding for detection of nuclei in diversity stained cytology images , is also introduced in an Auto Local Threshold plugin in ImageJ.

Using the Phansalkar method to segment carbon black particles in cytology images:

  1. First, split original image into three channels(R, G, B).

  2. Blue Channel image which is easier to be segmented as input for the Phansalkar method.

  3. The segment effect is as follows:

    • high density

      high_density_original

      high density(after threshold)

    • low density

      low_density_original

      low_density

Environment:

  • Visual Studio 2015
  • OpenCV 4.5.1

Reference: