Transforms an image so that its histogram matches a reference images's histogram.
#include "l_bitmap.h"
L_LTIMGEFX_API L_INT L_MatchHistogram(pBitmap, pRefBitmap, uFlags)
Pointer to the bitmap handle that references the bitmap on which to apply the effect.
Pointer to the bitmap handle that references the bitmap which its histogram will be a reference for matching.
Reserved for future use.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function supports 8-bit grayscale and 24-bit color images.
If the image to be transformed is 8-bit grayscale then the reference image must be 8-bit grayscale too. If the image to be transformed is 24-bit color, then the reference image could be 8-bit grayscale or 24-bit color.
Match Histogram Function - Before
Match Histogram Function - After
View additional platform support for this Match Histogram function.
Win32, x64, Linux.
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