@Namespace(value="cv") public static class opencv_photo.Tonemap extends opencv_core.Algorithm
| Constructor and Description |
|---|
Tonemap(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getGamma() |
void |
process(opencv_core.GpuMat src,
opencv_core.GpuMat dst) |
void |
process(opencv_core.Mat src,
opencv_core.Mat dst)
\brief Tonemaps image
|
void |
process(opencv_core.UMat src,
opencv_core.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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic Tonemap(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void process(@ByVal
opencv_core.Mat src,
@ByVal
opencv_core.Mat dst)
src - source image - 32-bit 3-channel Matdst - destination image - 32-bit 3-channel Mat with values in [0, 1] rangepublic void process(@ByVal
opencv_core.UMat src,
@ByVal
opencv_core.UMat dst)
public void process(@ByVal
opencv_core.GpuMat src,
@ByVal
opencv_core.GpuMat dst)
public float getGamma()
public void setGamma(float gamma)
Copyright © 2018. All rights reserved.