prahování
Prahování, also known as thresholding, is a fundamental image segmentation technique used in computer vision and image processing. It is a simple yet effective method for separating an image into distinct regions based on pixel intensity values. The core principle of prahování is to establish a threshold value. Pixels with an intensity greater than this threshold are assigned one value (typically white or 1), while pixels with an intensity less than or equal to the threshold are assigned another value (typically black or 0). This process effectively converts a grayscale image into a binary image.
There are several variations of prahování. Global prahování uses a single threshold value for the entire image.