←Select platform

MatchHistogramCommand Class

Summary

Transforms an image so that its histogram matches another images's histogram.

Syntax

C#
VB
C++
public class MatchHistogramCommand : RasterCommand 
Public Class MatchHistogramCommand 
   Inherits RasterCommand 
public: 
   ref class MatchHistogramCommand : RasterCommand 

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly