ILMVHistogEq Interface

This is the interface for the LEAD Video Histogram Equalize Filter.

Data Types:

enum 
{ 
   RGB8 = 1035, 
   RGB24, 
   REDCHANNEL, 
   GREENCHANNEL, 
   BLUECHANNEL, 
   ALLCHANNELS 
}; 

Constants

Description

RGB8

Sets the type to RGB8.

RGB24

Sets the type to RGB24.

REDCHANNEL

Use only the Red channel.

GREENCHANNEL

Use only the Green channel.

BLUECHANNEL

Use only the Blue channel.

ALLCHANNELS

Use the Master channel. 

Interface Properties:

Type

Name

Description

VARIANT_BOOL

EnableEqualize

TRUE to enable histogram equalization.

VARIANT_BOOL

RGBMode

TRUE to use RGB data, and FALSE for BGR.

long

HistogramType

Describes the histogram type: which channel will be equalized. Possible values are:

RGB8,

REDCHANNEL,

GREENCHANNEL,

BLUECHANNEL,

ALLCHANNELS.

VARIANT_BOOL

DefaultEnableEqualize

Default equalization enable status.

VARIANT_BOOL

DefaultRGBMode

Default RGB mode.

VARIANT_BOOL

YUVHistogram

Enable/Disable using the YUV color space to do the effect.

VARIANT_BOOL

YUVInput

Get the input media type regardless of whether or not it is YUV.

long DefaultHistogramType Default histogram type to be used.
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.