@Namespace(value="cv") public static class opencv_imgproc.CLAHE extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
CLAHE(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(opencv_core.Mat src,
opencv_core.Mat dst) |
void |
apply(opencv_core.UMat src,
opencv_core.UMat dst) |
void |
collectGarbage() |
double |
getClipLimit() |
opencv_core.Size |
getTilesGridSize() |
void |
setClipLimit(double clipLimit) |
void |
setTilesGridSize(opencv_core.Size tileGridSize) |
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic CLAHE(Pointer p)
Pointer.Pointer(Pointer).public void apply(@ByVal opencv_core.Mat src, @ByVal opencv_core.Mat dst)
public void apply(@ByVal opencv_core.UMat src, @ByVal opencv_core.UMat dst)
public void setClipLimit(double clipLimit)
public double getClipLimit()
public void setTilesGridSize(@ByVal opencv_core.Size tileGridSize)
@ByVal public opencv_core.Size getTilesGridSize()
public void collectGarbage()
Copyright © 2017. All rights reserved.