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