@Namespace(value="cv::cuda") public static class opencv_cudafilters.Filter extends opencv_core.Algorithm
/** \brief Common interface for all CUDA filters :
| Constructor and Description |
|---|
Filter(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.GpuMat src,
opencv_core.GpuMat dst,
opencv_core.Stream stream) |
void |
apply(opencv_core.Mat src,
opencv_core.Mat dst) |
void |
apply(opencv_core.Mat src,
opencv_core.Mat dst,
opencv_core.Stream stream)
\brief Applies the specified filter to the image.
|
void |
apply(opencv_core.UMat src,
opencv_core.UMat dst) |
void |
apply(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 Filter(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void apply(@ByVal
opencv_core.Mat src,
@ByVal
opencv_core.Mat dst,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
src - Input image.dst - Output image.stream - Stream for the asynchronous version.public void apply(@ByVal
opencv_core.Mat src,
@ByVal
opencv_core.Mat dst)
public void apply(@ByVal
opencv_core.UMat src,
@ByVal
opencv_core.UMat dst,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
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,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
public void apply(@ByVal
opencv_core.GpuMat src,
@ByVal
opencv_core.GpuMat dst)
Copyright © 2018. All rights reserved.