ImageEn, unit imageenproc

TImageEnProc.HistAutoEqualize

TImageEnProc.HistAutoEqualize


Declaration

procedure HistAutoEqualize();


Description

Equalizes the color histogram of the selected region.

Note:
 A UI for this is available to your users in the Image Processing dialog
 If the image PixelFormat is not ie24RGB, it will be converted


Demo

Demo  Demos\ImageEditing\EveryMethod\EveryMethod.dpr


Example

// Load test image
ImageEnView1.IO.LoadFromFile( 'D:\TestImage.jpg' );

  

// Equalizes the color histogram of the selected region
ImageEnView1.Proc.HistAutoEqualize();