Transforms an image so that its histogram matches another images's histogram.
public class MatchHistogramCommand : RasterCommand
Public Class MatchHistogramCommand
Inherits RasterCommand
public:
ref class MatchHistogramCommand : RasterCommand
This command supports 8-bit grayscale and 24-bit color images only.
If the image to be transformed is 8-bit grayscale then the reference image must be 8-bit grayscale also.
If the image to be transformed is 24-bit color then the reference image can be 8-bit grayscale or 24-bit color.
Use the Run method to apply the matching on the image.
Leadtools.ImageProcessing.Effects Namespace
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET