@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, getPointer, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Tonemap(Pointer p)
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 © 2021. All rights reserved.