@Namespace(value="cv") public static class opencv_imgproc.CLAHE extends opencv_core.Algorithm
| Constructor and Description |
|---|
CLAHE(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(opencv_core.GpuMat src,
opencv_core.GpuMat dst) |
void |
apply(opencv_core.Mat src,
opencv_core.Mat dst)
\brief Equalizes the histogram of a grayscale image using Contrast Limited Adaptive Histogram Equalization.
|
void |
apply(opencv_core.UMat src,
opencv_core.UMat dst) |
void |
collectGarbage() |
double |
getClipLimit()
Returns threshold value for contrast limiting.
|
opencv_core.Size |
getTilesGridSize()
\brief Returns Size defines the number of tiles in row and column.
|
void |
setClipLimit(double clipLimit)
\brief Sets threshold for contrast limiting.
|
void |
setTilesGridSize(opencv_core.Size tileGridSize)
\brief Sets size of grid for histogram equalization.
|
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 CLAHE(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void apply(@ByVal
opencv_core.Mat src,
@ByVal
opencv_core.Mat dst)
src - Source image with CV_8UC1 type.dst - Destination image.public void apply(@ByVal
opencv_core.UMat src,
@ByVal
opencv_core.UMat dst)
public void apply(@ByVal
opencv_core.GpuMat src,
@ByVal
opencv_core.GpuMat dst)
public void setClipLimit(double clipLimit)
clipLimit - threshold value.public double getClipLimit()
public void setTilesGridSize(@ByVal
opencv_core.Size tileGridSize)
tileGridSize - defines the number of tiles in row and column.@ByVal public opencv_core.Size getTilesGridSize()
public void collectGarbage()
Copyright © 2018. All rights reserved.