Computer Vision Demonstration WebsiteElectronics and Computer Science |
|
Standard and Hysteresis ThresholdingTwo types of thresholding are shown here. The standard mode just uses the lower threshold value to perform the threshold, whilst hysteresis uses both threshold values. How it worksThe standard mode looks at the original image and turns any pixels lower than the threshold to black, and any values above it to white. The hysteresis mode uses a hysteresis loop to provide a more connected result. Any pixel above the upper threshold is turned white. The surround pixels are then searched recursively. If the values are greater than the lower threshold they are also turned white. The result is that there are many fewer specks of white in the resulting image. CodeImage processing classes:
Demo framework: The pages were designed and developed for educational purposes only, to demonstrate how computer vision techniques work. They are designed for no other purpose and neither the authors nor their institutions accept any liability concerning use of these pages. LinksMark Nixon & Alberto Aguado, 2002, Feature Extraction & Image Processing, Newnes
|
ECS | Feature Extraction & Image Processing | © 2005 University of Southampton |