public static class opencv_imgproc.CLAHE extends opencv_core.Algorithm
opencv_core.Algorithm.Constructor, opencv_core.Algorithm.Getter, opencv_core.Algorithm.SetterPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_imgproc.CLAHE() |
opencv_imgproc.CLAHE(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(opencv_core.Mat src,
opencv_core.Mat dst) |
void |
collectGarbage() |
double |
getClipLimit() |
opencv_core.Size |
getTilesGridSize() |
void |
setClipLimit(double clipLimit) |
void |
setTilesGridSize(opencv_core.Size tileGridSize) |
_create, _create, getAlgorithm, getAlgorithm, getBool, getBool, getDouble, getDouble, getInt, getInt, getList, getMat, getMat, getMatVector, getMatVector, getParams, getString, getString, info, name, paramHelp, paramHelp, paramType, paramType, position, read, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setAlgorithm, setAlgorithm, setBool, setBool, setDouble, setDouble, setInt, setInt, setMat, setMat, setMatVector, setMatVector, setString, setString, writeaddress, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_imgproc.CLAHE()
public opencv_imgproc.CLAHE(Pointer p)
public void apply(opencv_core.Mat src, opencv_core.Mat dst)
public void setClipLimit(double clipLimit)
public double getClipLimit()
public void setTilesGridSize(opencv_core.Size tileGridSize)
public opencv_core.Size getTilesGridSize()
public void collectGarbage()
Copyright © 2014. All Rights Reserved.