ImageEn, unit imageenproc |
|
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
| Demos\ImageEditing\EveryMethod\EveryMethod.dpr |
// Load test image
ImageEnView1.IO.LoadFromFile( 'D:\TestImage.jpg' );
// Equalizes the color histogram of the selected region
ImageEnView1.Proc.HistAutoEqualize();