@Namespace(value="cv::hal") @Properties(inherit=opencv_core.class) public class DFT2D extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DFT2D(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(byte[] src_data,
long src_step,
byte[] dst_data,
long dst_step) |
void |
apply(ByteBuffer src_data,
long src_step,
ByteBuffer dst_data,
long dst_step) |
void |
apply(BytePointer src_data,
long src_step,
BytePointer dst_data,
long dst_step) |
static DFT2D |
create(int width,
int height,
int depth,
int src_channels,
int dst_channels,
int flags) |
static DFT2D |
create(int width,
int height,
int depth,
int src_channels,
int dst_channels,
int flags,
int nonzero_rows) |
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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public DFT2D(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr public static DFT2D create(int width, int height, int depth, int src_channels, int dst_channels, int flags, int nonzero_rows)
@opencv_core.Ptr public static DFT2D create(int width, int height, int depth, int src_channels, int dst_channels, int flags)
public void apply(@Cast(value="const uchar*") BytePointer src_data, @Cast(value="size_t") long src_step, @Cast(value="uchar*") BytePointer dst_data, @Cast(value="size_t") long dst_step)
public void apply(@Cast(value="const uchar*") ByteBuffer src_data, @Cast(value="size_t") long src_step, @Cast(value="uchar*") ByteBuffer dst_data, @Cast(value="size_t") long dst_step)
Copyright © 2020. All rights reserved.