@Namespace(value="cv::cuda") public static class opencv_cudaarithm.LookUpTable extends opencv_core.Algorithm
| Constructor and Description |
|---|
LookUpTable(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
transform(opencv_core.GpuMat src,
opencv_core.GpuMat dst) |
void |
transform(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
opencv_core.Stream stream) |
void |
transform(opencv_core.Mat src,
opencv_core.Mat dst) |
void |
transform(opencv_core.Mat src,
opencv_core.Mat dst,
opencv_core.Stream stream)
\brief Transforms the source matrix into the destination matrix using the given look-up table:
dst(I) = lut(src(I)) .
|
void |
transform(opencv_core.UMat src,
opencv_core.UMat dst) |
void |
transform(opencv_core.UMat src,
opencv_core.UMat dst,
opencv_core.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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic LookUpTable(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void transform(@ByVal
opencv_core.Mat src,
@ByVal
opencv_core.Mat dst,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.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
opencv_core.Mat src,
@ByVal
opencv_core.Mat dst)
public void transform(@ByVal
opencv_core.UMat src,
@ByVal
opencv_core.UMat dst,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
public void transform(@ByVal
opencv_core.UMat src,
@ByVal
opencv_core.UMat dst)
public void transform(@ByVal
opencv_core.GpuMat src,
@ByVal
opencv_core.GpuMat dst,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
public void transform(@ByVal
opencv_core.GpuMat src,
@ByVal
opencv_core.GpuMat dst)
Copyright © 2018. All rights reserved.