Binary Tool

Features:

  • Performs classification of the dataset using a binary method. Each pixel above a certain threshold is assigned a value of ‘1’ (white color) while each pixel less than a threshold level has a value of “0” (black color).

  • Calculates the area above the threshold.

  • The classified image can be saved as a labeled file for machine learning.

Steps:

1.      Select Machine Learning → Binary Image. The calculation will start immediately and produce the binary matrix with the histogram.

2.      Move the boundaries on the HISTOGRAM panel to set new thresholds.

3.      Press Save the Label to generate a png file in your specified directory and (automatically) mat file. These files will be needed for the Machine Learning applications.

Previous
Previous

Create Mask(s)

Next
Next

k-Means Classifier