The REFLECTIONOPTIONS structure contains the reflection mask data obtained from calling L_BlurDetectionExt.
typedef struct REFLECTIONOPTIONS
{
L_UINT uStructSize;
pBITMAPHANDLE pReflectionMask;
} REFLECTIONOPTIONS, * pREFLECTIONOPTIONS;
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
The 8-bit mask bitmap referencing the reflection areas of the BITMAPHANDLE that was passed to L_BlurDetectionExt.
The value of this member will be null if no reflection is detected.
pREFLECTIONOPTIONS is a pointer to a REFLECTIONOPTIONS structure.
A pixel value of 255 suggests high reflection, which means that the pixel is completely obstructed.
A highly saturated images may result in excess reflection detection.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document