Image Segmentation
The experiment is designed to understand and learn two classes of Image Segmentation methods. This experiment consists of two different segmentation methods:
a. Histogram-based Segmentation methods
b. Region-growing-based Segmentation method
Steps to run the experiments
- Select an image from the mosaic using the 'select image' option.
- Select a region of the image to load it into the input image panel.
- Select one option from Histogram-based Segmentation or Region-growing.
- For Histogram-based Segmentation:
- Select one of the options: Manual Threshold or Automatic Threshold.
- Manual Thresholding:
a. Select Single threshold or Double threshold and press Run.
b. Adjust the threshold on the image histogram space and press Proceed. - Automatic Threshold:
a. Press Run.
- Manual Thresholding:
- Select one of the options: Manual Threshold or Automatic Threshold.
- For Region-growing:
- Select a seed point on the image panel and choose one of the following options:
- Mean-based:
a. Select the range for different underlying parameters. - Variance-based:
a. Select the range for different underlying parameters.
- Mean-based:
- Press the Run option to perform the operations.
- Select a seed point on the image panel and choose one of the following options:
- For Histogram-based Segmentation:
- The output result will be displayed in the output panel.
Interesting Observations
- Try using different seed point locations for the region-growing method.
- Compare results obtained from two different thresholding methods, particularly on the tiger image.