Astra Image 6.0
Home
  • Welcome
  • Getting Started
    • Overview
    • System Requirements
    • Post Installation
  • Getting Started
    • Opening Images
    • Viewing Images
    • Saving and Exporting
    • Printing Images
    • Preferences and Settings
  • Adjustment Tools
    • Introduction to Adjustment Tools
    • Applying Changes and Color Space
    • Levels
    • Light
    • Color
    • Contrast
    • Curves
  • Processing Tools
    • Auto Enhancement
    • Deconvolution
    • Remove Camera Shake
    • Remove Focus Blur
    • Multiscale Contrast
    • Wavelet Sharpen
    • Unsharp Mask
    • Texture and Edge Sharpen
    • Histogram Equalization
    • Smart Gamma Correction
    • Shadows and Highlights
    • Color Balance
    • Channel Mixer
    • Color Temperature
    • Hyperbolic Arcsine Curve
    • Exponential Scale
    • Invert
    • Denoise
    • Convert to Gray
    • Arithmetic Filter
    • Convolution Filters
    • Edge Aware Filter
    • Pixel Math
    • Threshold
  • Image Geometry
    • Resize
    • Flip / Crop / Rotate
  • Statistics and Measurement
    • Statistics
    • Metadata
    • Measurement and Analysis
    • Pixel Information
  • Python Scripts
    • Installing Python
    • Writing Scripts
    • Function Reference
  • Activation
    • Activate Astra Image
  • Information and Credits
    • Contact Information
    • Credits
Powered by GitBook
On this page
  1. Processing Tools

Histogram Equalization

See everything at once.

PreviousTexture and Edge SharpenNextSmart Gamma Correction

Last updated 11 months ago

Histogram equalization increases the global contrast of an image, especially when the majority of histogram bins are in a small range. After performing histogram equalization, the image intensities are more evenly distributed throughout the histogram. This can be very helpful, especially with under- or over-exposed images.

Equalize RGB channels This performs histogram equalization on each red, green and blue channel individually. In some cases, this can lead to an unwanted color shift.

Equalize Luminance channel After converting the image to the HSL color space, histogram equalization is done on the luminance channel (L) only. Then the image is converted back to RGB.

Equalize Value channel This converts the image to HSV color space, then does histogram equalization on the value channel (V) only. The image is then converted back to RGB.

The Histogram Equalization tool.
The Histogram Equalization tool.