

|
|
Features, IL, Adaptive HEQ
Adaptive Histogram
Equalization (AHEQ)
Instead of using the hole images area to
calculate the statistics you can with this
function to assign a grid on the image like
a chess board, and step through each square
and calculate the square statistic. A
interpolate is calculated between the
squares and the new pixel value is assigned
the interpolated value from the surrounding
squares.
Sometimes - such as with this image of
Ganymede's - you have such a position
dependent range that no normal histogram
equalization will show all features in an
image. Some areas will be to dark and some
to bright.
In such cases where the optimal histogram
conversion depends on which area of the
image being processed,
you can use
'Adaptive' Histogram Equalization.
This routine produces different lookup
tables for each square area of the image
(size is user selectable) and then
interpolates across boarders to avoid
checker board artifacts.
|
 |
|
|
|
|
|
|

|

|
|
|