@Namespace(value="cv::cuda") @Properties(inherit=opencv_cudaarithm.class) public class DFT extends Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DFT(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
compute(GpuMat image,
GpuMat result) |
void |
compute(GpuMat image,
GpuMat result,
Stream stream) |
void |
compute(Mat image,
Mat result) |
void |
compute(Mat image,
Mat result,
Stream stream)
\brief Computes an FFT of a given image.
|
void |
compute(UMat image,
UMat result) |
void |
compute(UMat image,
UMat result,
Stream stream) |
clear, empty, getDefaultName, position, read, save, save, write, write, write
address, 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, zero
public DFT(Pointer p)
Pointer.Pointer(Pointer)
.public void compute(@ByVal Mat image, @ByVal Mat result, @ByRef(nullValue="cv::cuda::Stream::Null()") 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 UMat image, @ByVal UMat result, @ByRef(nullValue="cv::cuda::Stream::Null()") Stream stream)
public void compute(@ByVal GpuMat image, @ByVal GpuMat result, @ByRef(nullValue="cv::cuda::Stream::Null()") Stream stream)
Copyright © 2020. All rights reserved.