LEADTOOLS Filters Help > Filters, Codecs and Interfaces > Video Filters > Auto Intensity Filter > LEAD Video Auto Intensity Filter |
The portion of the file holding the video data. The video data might be compressed to save disk space. The data has to be decompressed using a video decompressor before you can play (see) it.
Also known as a decoder, this is a module or algorithm to decompress data.
The LEAD Video Auto Intensity filter performs color leveling on the RGB channel (the sum of the R, G, and B channels), introducing no color cast.
It makes the dark values darker and the light values lighter, which automatically enhances shadows and brightens the video stream . It also maximizes the tonal range of the image and enhances the contrast and intensity using the image's histogram and a color distribution-based algorithm.
Filter Interfaces |
|
Interface ID |
IID_ILMVAutoInt |
Input/Output Media Types |
MEDIATYPE_Video And the following subtypes: MEDIASUBTYPE_RGB24 |
Filter CLSID |
CLSID_LMVAutoInt |
Property Page CLSID |
CLSID_LMVAutoIntPropertyPage |
Filter category |
CLSID_ltmmVideoProcessorCategory |
Executable |
LMVAutoInt.dll |
Header |
ILMVAutoInt.h |
Win32, x64
LEAD Video Auto Intensity User Interface