@Namespace(value="cv") public static class opencv_photo.Tonemap extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_photo.Tonemap(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getGamma() |
void |
process(opencv_core.Mat src,
opencv_core.Mat dst)
\brief Tonemaps image
|
void |
setGamma(float gamma) |
clear, 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.Tonemap(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 float getGamma()
public void setGamma(float gamma)
Copyright © 2016. All rights reserved.