@Namespace(value="cv::hal")
public static class opencv_core.DFT1D
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
DFT1D(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer src,
org.bytedeco.javacpp.BytePointer dst) |
static opencv_core.DFT1D |
create(int len,
int count,
int depth,
int flags) |
static opencv_core.DFT1D |
create(int len,
int count,
int depth,
int flags,
boolean[] useBuffer) |
static opencv_core.DFT1D |
create(int len,
int count,
int depth,
int flags,
org.bytedeco.javacpp.BoolPointer useBuffer) |
address, 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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic DFT1D(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_core.DFT1D create(int len, int count, int depth, int flags, @Cast(value="bool*") org.bytedeco.javacpp.BoolPointer useBuffer)
@opencv_core.Ptr public static opencv_core.DFT1D create(int len, int count, int depth, int flags)
@opencv_core.Ptr public static opencv_core.DFT1D create(int len, int count, int depth, int flags, @Cast(value="bool*") boolean[] useBuffer)
public void apply(@Cast(value="const uchar*")
org.bytedeco.javacpp.BytePointer src,
@Cast(value="uchar*")
org.bytedeco.javacpp.BytePointer dst)
public void apply(@Cast(value="const uchar*")
ByteBuffer src,
@Cast(value="uchar*")
ByteBuffer dst)
public void apply(@Cast(value="const uchar*")
byte[] src,
@Cast(value="uchar*")
byte[] dst)
Copyright © 2018. All rights reserved.