ILMVEdgEnh Interface

Interface Properties:

Type

Name

Description

VARIANT_BOOL

Enabled

Enables or disables Edge Enhance effect. If set to VARIANT_FALSE, the filter will pass the video samples intact.

VARIANT_BOOL

EnableMultiplier

Enables or disables the use of the Multiplier property. If set to VARIANT_FALSE, the filter will not apply a multiplication factor to the edge-enhanced samples.

long

Multiplier

Gets or sets the multiplication factor value. This has the effect of changing the amount of light (brightness) in the enhanced image; increasing the Multiplier value will increase the brightness. Possible values range from 50 to 1000. Each unit represents one hundredth of the actually applied factor, i.e. the actual range is between 0.5 and 10.0. A value of 100 will have no effect and is equivalent to setting the EnableMultiplier property to VARIANT_FALSE. For any value below the lower limit, a minimum value of 50 will be used, and for any value beyond the upper limit, a maximum value of 1000 will be used.

VARIANT_BOOL

IsLEADInputPinConnected

Read only. Gets the filters input pin connection state. VARIANT_TRUE if connected, and VARIANT_FALSE otherwise.

VARIANT_BOOL

IsLEADOutputPinConnected

Read only. Gets the filters output pin connection state. VARIANT_TRUE if connected, and VARIANT_FALSE otherwise.

long

InWidth

Read only. Gets the input video stream width in pixels. Should hold the same value as the OutWidth property.

long

InHeight

Read only. Gets the input video stream height in pixels. Should hold the same value as the OutHeight property.

long

OutWidth

Read only. Gets the output video stream width in pixels. Should hold the same value as the InWidth property"x-text-underline: normal; text-decoration: underline; ">.

long

OutHeight

Read only. Gets the output video stream height in pixels. Should hold the same value as the InHeight property.

long

InBits

Read only. Gets the input video stream bits per pixel. Should hold the same value as the OutBits property.

long

OutBits

Read only. Gets the input video stream bits per pixel. Should hold the same value as the InBits property.

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Filters C API Help