LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Video Filters > Edge Enhancer Filter > 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; /*begin!kadov{{*/ text-decoration: underline; /*}}end!kadov*/ ">. |
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. |