Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Filters Help

ILMVHistogEq Interface

Show in webframe

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. 

 

Properties:

Type

Name

Description

BOOL

EnableEqualize

TRUE to enable histogram equalization.

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.

BOOL

DefaultEnableEqualize

Default equalization enable status.

BOOL

DefaultRGBMode

Default RGB mode.

 

DefaultHistogramType

Default histogram type.

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.

 

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.