RTUComputer ScienceYr 2024 · Sem 62024

Q7Digital Image Processing

Question

2 marks

What is thresholding in image segmentation?

Answer

Thresholding is a violent non-linear segmentation algorithm that mathematically binarizes an image by comparing every pixel to a strict intensity constant.

Thresholding is the absolute foundational architecture for Image Segmentation. A strict mathematical threshold value () is selected. Every single pixel in the image is evaluated: if , it is violently forced to maximum intensity (white, 255); if , it is aggressively crushed to absolute zero (black, 0).

Back to Paper