@Namespace(value="cv::hal") @Properties(inherit=opencv_core.class) public class DCT2D extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
DCT2D(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 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, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public DCT2D(Pointer p)
Pointer(Pointer)
.@opencv_core.Ptr public static DCT2D create(int width, int height, int depth, 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 © 2024. All rights reserved.