public static class RawImageManipConfig.FormatConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FormatConfig()
Default native constructor.
|
FormatConfig(long size)
Native array allocator.
|
FormatConfig(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
depthai.Colormap |
colormap() |
RawImageManipConfig.FormatConfig |
colormap(depthai.Colormap setter) |
int |
colormapMax() |
RawImageManipConfig.FormatConfig |
colormapMax(int setter) |
int |
colormapMin() |
RawImageManipConfig.FormatConfig |
colormapMin(int setter) |
boolean |
flipHorizontal() |
RawImageManipConfig.FormatConfig |
flipHorizontal(boolean setter) |
boolean |
flipVertical() |
RawImageManipConfig.FormatConfig |
flipVertical(boolean setter) |
RawImageManipConfig.FormatConfig |
getPointer(long i) |
RawImageManipConfig.FormatConfig |
position(long position) |
RawImgFrame.Type |
type() |
RawImageManipConfig.FormatConfig |
type(RawImgFrame.Type setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FormatConfig()
public FormatConfig(long size)
Pointer.position(long).public FormatConfig(Pointer p)
Pointer(Pointer).public RawImageManipConfig.FormatConfig position(long position)
public RawImageManipConfig.FormatConfig getPointer(long i)
getPointer in class Pointerpublic RawImgFrame.Type type()
public RawImageManipConfig.FormatConfig type(RawImgFrame.Type setter)
public RawImageManipConfig.FormatConfig flipHorizontal(boolean setter)
public RawImageManipConfig.FormatConfig flipVertical(boolean setter)
public depthai.Colormap colormap()
public RawImageManipConfig.FormatConfig colormap(depthai.Colormap setter)
public int colormapMin()
public RawImageManipConfig.FormatConfig colormapMin(int setter)
public int colormapMax()
public RawImageManipConfig.FormatConfig colormapMax(int setter)
Copyright © 2023. All rights reserved.