Back to Adaptive Vision Library website
		
	You are here: Start » Function Reference » Image Thresholding
Image Thresholding
Select a function from the list below.
| Icon | Name | Description | 
|---|---|---|
| SelectThresholdValue | Usually used before a thresholding filter when the image brightness is variable. Use with care. | |
|  | ThresholdImage | Image binarization when the illumination is constant and uniform. | 
|  | ThresholdImage_Color | Color analysis with a given reference color. | 
|  | ThresholdImage_Dynamic | Image binarization when the illumination is uneven. | 
|  | ThresholdImage_HSx | Color analysis. | 
|  | ThresholdImage_Hysteresis | Thresholds an image with a hysteresis, i.e. with a lower threshold for neighboring pixels. | 
|  | ThresholdImage_Relative | Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue). | 
|  | ThresholdImage_RGB | Multi-channel thresholding. | 
|  | ThresholdToRegion | Extraction of a region of objects that can be defined by a salient brightness. | 
|  | ThresholdToRegion_Color | Color analysis with a given reference color. | 
|  | ThresholdToRegion_Dynamic | Useful in case of uneven illumination. | 
|  | ThresholdToRegion_HSx | Extraction of a region characterized with a specific color. | 
|  | ThresholdToRegion_Relative | Thresholds an image with a different threshold value for each pixel (inBaseImage(x, y) + inValue). | 
|  | ThresholdToRegion_RGB | Multi-channel thresholding. | 

