university computervision week1 theory
Thresholding
Source:
Thresholding turns a grayscale image into a binary image:
So each output pixel is:
1if its input value is above the threshold0otherwise
This is a basic segmentation method.
university computervision week1 theory
Source:
Thresholding turns a grayscale image into a binary image:
So each output pixel is:
1 if its input value is above the threshold0 otherwiseThis is a basic segmentation method.