Project 13

Detection of clusters of small features

Home     Problem     Solution      About Us     Photos

 Tresholding

                                                The segmentation is determined by a single parameter known as the intensity threshold. In a single

                                                 pass, each pixel in the image is compared with this threshold. If the pixel's intensity is higher than

                                                 the threshold, the pixel is set to, say, white, in the output. If it is less than the threshold, it is set to black