@Namespace(value="cv::cuda") public static class opencv_cudaarithm.DFT extends opencv_core.Algorithm
| Constructor and Description |
|---|
DFT(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
compute(opencv_core.GpuMat image,
opencv_core.GpuMat result) |
void |
compute(opencv_core.GpuMat image,
opencv_core.GpuMat result,
opencv_core.Stream stream) |
void |
compute(opencv_core.Mat image,
opencv_core.Mat result) |
void |
compute(opencv_core.Mat image,
opencv_core.Mat result,
opencv_core.Stream stream)
\brief Computes an FFT of a given image.
|
void |
compute(opencv_core.UMat image,
opencv_core.UMat result) |
void |
compute(opencv_core.UMat image,
opencv_core.UMat result,
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 DFT(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void compute(@ByVal
opencv_core.Mat image,
@ByVal
opencv_core.Mat result,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
image - Source image. Only CV_32FC1 images are supported for now.result - Result image.stream - Stream for the asynchronous version.public void compute(@ByVal
opencv_core.Mat image,
@ByVal
opencv_core.Mat result)
public void compute(@ByVal
opencv_core.UMat image,
@ByVal
opencv_core.UMat result,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
public void compute(@ByVal
opencv_core.UMat image,
@ByVal
opencv_core.UMat result)
public void compute(@ByVal
opencv_core.GpuMat image,
@ByVal
opencv_core.GpuMat result,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
public void compute(@ByVal
opencv_core.GpuMat image,
@ByVal
opencv_core.GpuMat result)
Copyright © 2018. All rights reserved.