(Choose 1 answer)
It is a type of image segmentation, where we change the pixels of an image to make the image easier to analyze. We convert an image from color or grayscale into a binary image, i.e., one that is simply black and white. What is the exact name of this process?
A. Thresholding Segmentation.
B. Edge-Based Segmentation.
C. Region-Based Segmentation.
D. Watershed Segmentation.
E28