Apply histgram equalization
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | img(:,:,:) |
Image array has pixel values. |
||
integer, | intent(in) | :: | maximum_value |
The max value of pixels. |
The image applied histogram equalization.