@Namespace(value="cv::hal") @Properties(inherit=opencv_core.class) public class DFT1D extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DFT1D(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(byte[] src,
byte[] dst) |
void |
apply(ByteBuffer src,
ByteBuffer dst) |
void |
apply(BytePointer src,
BytePointer dst) |
static DFT1D |
create(int len,
int count,
int depth,
int flags) |
static DFT1D |
create(int len,
int count,
int depth,
int flags,
boolean[] useBuffer) |
static DFT1D |
create(int len,
int count,
int depth,
int flags,
BoolPointer useBuffer) |
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 DFT1D(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr public static DFT1D create(int len, int count, int depth, int flags, @Cast(value="bool*") BoolPointer useBuffer)
@opencv_core.Ptr public static DFT1D create(int len, int count, int depth, int flags)
@opencv_core.Ptr public static DFT1D create(int len, int count, int depth, int flags, @Cast(value="bool*") boolean[] useBuffer)
public void apply(@Cast(value="const uchar*") BytePointer src, @Cast(value="uchar*") BytePointer dst)
public void apply(@Cast(value="const uchar*") ByteBuffer src, @Cast(value="uchar*") ByteBuffer dst)
Copyright © 2020. All rights reserved.