@Name(value="cv::cuda::CLAHE") @Properties(inherit=opencv_cudaimgproc.class) public class CudaCLAHE extends CLAHE
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CudaCLAHE(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(GpuMat src,
GpuMat dst,
Stream stream) |
void |
apply(Mat src,
Mat dst,
Stream stream)
\brief Equalizes the histogram of a grayscale image using Contrast Limited Adaptive Histogram Equalization.
|
void |
apply(UMat src,
UMat dst,
Stream stream) |
apply, apply, apply, collectGarbage, getClipLimit, getTilesGridSize, setClipLimit, setTilesGridSizeclear, 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, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CudaCLAHE(Pointer p)
Pointer.Pointer(Pointer).public void apply(@ByVal Mat src, @ByVal Mat dst, @ByRef Stream stream)
src - Source image with CV_8UC1 type.dst - Destination image.stream - Stream for the asynchronous version.Copyright © 2020. All rights reserved.