Applies a contrast enhancing algorithm to an image. More...
Public Member Functions | |
ContrastEnhancer () | |
Creates an image mapper instance. More... | |
void | Dispose () |
void | Dispose (bool fromIDisposable) |
void | Enhance (Image image, double lowLightThreshold, double exposureBoost) |
Applies the current set of contrast enhancement parameters to the given image. May be called from any thread. More... | |
Applies a contrast enhancing algorithm to an image.
RealNetworks.CameraKit.ContrastEnhancer.ContrastEnhancer | ( | ) |
Creates an image mapper instance.
void RealNetworks.CameraKit.ContrastEnhancer.Dispose | ( | ) |
void RealNetworks.CameraKit.ContrastEnhancer.Dispose | ( | bool | fromIDisposable | ) |
void RealNetworks.CameraKit.ContrastEnhancer.Enhance | ( | Image | image, |
double | lowLightThreshold, | ||
double | exposureBoost | ||
) |
Applies the current set of contrast enhancement parameters to the given image. May be called from any thread.
image | the image |
lowLightThreshold | ThemeDictionaryExtension low light threshold |
exposureBoost | the exposure boost |