@Namespace(value="cv") public static class opencv_photo.TonemapReinhard extends opencv_photo.Tonemap
Mapping function is controlled by adaptation parameter, that is computed using light adaptation and color adaptation.
For more information see \cite RD05 .
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_photo.TonemapReinhard(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getColorAdaptation() |
float |
getIntensity() |
float |
getLightAdaptation() |
void |
setColorAdaptation(float color_adapt) |
void |
setIntensity(float intensity) |
void |
setLightAdaptation(float light_adapt) |
getGamma, process, setGammaclear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_photo.TonemapReinhard(Pointer p)
Pointer.Pointer(Pointer).public float getIntensity()
public void setIntensity(float intensity)
public float getLightAdaptation()
public void setLightAdaptation(float light_adapt)
public float getColorAdaptation()
public void setColorAdaptation(float color_adapt)
Copyright © 2016. All rights reserved.