@Namespace(value="cv") @Properties(inherit=opencv_photo.class) public class TonemapReinhard extends 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, Pointer.ReferenceCounter
Constructor and Description |
---|
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, process, process, setGamma
clear, empty, getDefaultName, position, read, save, save, write, write, write
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public 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 © 2020. All rights reserved.