Available as an Add-on to LEADTOOLS Multimedia toolkits. |
LEAD Video Unsharp Mask Filter (2.0)
The unsharp mask filter is a DirectShow transform filter that performs a sharpening effect on a video stream 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 Also known as a decoder, this is a module or algorithm to decompress data. before you can play (see) it.. The filter exposes its functionality through both user and programming interfaces. The processing time of the filter is high, so the filter will be slow, and low frame rate is expected. All the functionality in the filters property page is available via the programming interface of the filter.
Filter Interface |
|
Interface ID |
IID_ILMVUshrpMsk |
Input/Output Media Types |
MEDIATYPE_Video and the following subtypes: |
Filter CLSID |
CLSID_LMVUshrpMsk |
Property Page CLSID |
CLSID_LMVUshrpMskPropertyPage |
Filter category |
CLSID_ltmmVideoProcessorCategory |
Executable |
LMVUsMsk2.dll, DSKernel2.dll |
Header |
ILMVUsMsk2.h |
LEAD Video Unsharp Mask Filter User Interface