@Namespace(value="cv") @Properties(inherit=opencv_photo.class) public class Tonemap extends Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Tonemap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getGamma() |
void |
process(GpuMat src,
GpuMat dst) |
void |
process(Mat src,
Mat dst)
\brief Tonemaps image
|
void |
process(UMat src,
UMat dst) |
void |
setGamma(float gamma) |
clear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, 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, zeropublic Tonemap(Pointer p)
Pointer.Pointer(Pointer).public void process(@ByVal Mat src, @ByVal Mat dst)
src - source image - CV_32FC3 Mat (float 32 bits 3 channels)dst - destination image - CV_32FC3 Mat with values in [0, 1] rangepublic float getGamma()
public void setGamma(float gamma)
Copyright © 2020. All rights reserved.