@Namespace(value="cv::cuda") @Properties(inherit=opencv_cudaarithm.class) public class LookUpTable extends Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
LookUpTable(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
transform(GpuMat src,
GpuMat dst) |
void |
transform(GpuMat src,
GpuMat dst,
Stream stream) |
void |
transform(Mat src,
Mat dst) |
void |
transform(Mat src,
Mat dst,
Stream stream)
\brief Transforms the source matrix into the destination matrix using the given look-up table:
dst(I) = lut(src(I)) .
|
void |
transform(UMat src,
UMat dst) |
void |
transform(UMat src,
UMat dst,
Stream stream) |
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, 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 LookUpTable(Pointer p)
Pointer.Pointer(Pointer).public void transform(@ByVal Mat src, @ByVal Mat dst, @ByRef(nullValue="cv::cuda::Stream::Null()") Stream stream)
src - Source matrix. CV_8UC1 and CV_8UC3 matrices are supported for now.dst - Destination matrix.stream - Stream for the asynchronous version.public void transform(@ByVal UMat src, @ByVal UMat dst, @ByRef(nullValue="cv::cuda::Stream::Null()") Stream stream)
public void transform(@ByVal GpuMat src, @ByVal GpuMat dst, @ByRef(nullValue="cv::cuda::Stream::Null()") Stream stream)
Copyright © 2020. All rights reserved.