Q8Digital Image Processing
Question
2 marks
Define image segmentation.
Answer
Image segmentation is the catastrophic mathematical division of an image into mutually exclusive, homogeneous physical regions or objects based on intensity, texture, or rigid geometric boundaries.
It is the absolute foundational step of computer vision. An autonomous car algorithm mathematically segments a matrix into regions: Road, Sky, Pedestrian, and Car. This is achieved using aggressive mathematical thresholds, edge-detection derivatives, or region-growing algorithms to violently extract the physical objects from the background.