@Namespace(value="cv::hal")
public static class opencv_core.DCT2D
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
DCT2D(org.bytedeco.javacpp.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(org.bytedeco.javacpp.BytePointer src_data,
long src_step,
org.bytedeco.javacpp.BytePointer dst_data,
long dst_step) |
static opencv_core.DCT2D |
create(int width,
int height,
int depth,
int flags) |
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 DCT2D(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_core.DCT2D create(int width, int height, int depth, int flags)
public void apply(@Cast(value="const uchar*")
org.bytedeco.javacpp.BytePointer src_data,
@Cast(value="size_t")
long src_step,
@Cast(value="uchar*")
org.bytedeco.javacpp.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)
public void apply(@Cast(value="const uchar*")
byte[] src_data,
@Cast(value="size_t")
long src_step,
@Cast(value="uchar*")
byte[] dst_data,
@Cast(value="size_t")
long dst_step)
Copyright © 2018. All rights reserved.