@Namespace(value="dai") @Properties(inherit=depthai.class) public class Extrinsics extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Extrinsics()
Default native constructor.
|
Extrinsics(long size)
Native array allocator.
|
Extrinsics(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Extrinsics |
getPointer(long i) |
Extrinsics |
position(long position) |
FloatVectorVector |
rotationMatrix() |
Extrinsics |
rotationMatrix(FloatVectorVector setter) |
Point3f |
specTranslation()
(x, y, z) pose of destCameraSocket w.r.t currentCameraSocket measured through CAD design
|
Extrinsics |
specTranslation(Point3f setter) |
depthai.CameraBoardSocket |
toCameraSocket() |
Extrinsics |
toCameraSocket(depthai.CameraBoardSocket setter) |
Point3f |
translation()
(x, y, z) pose of destCameraSocket w.r.t currentCameraSocket obtained through calibration
|
Extrinsics |
translation(Point3f setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Extrinsics()
public Extrinsics(long size)
Pointer.position(long).public Extrinsics(Pointer p)
Pointer(Pointer).public Extrinsics position(long position)
public Extrinsics getPointer(long i)
getPointer in class Pointer@ByRef public FloatVectorVector rotationMatrix()
public Extrinsics rotationMatrix(FloatVectorVector setter)
@ByRef public Point3f translation()
public Extrinsics translation(Point3f setter)
@ByRef public Point3f specTranslation()
public Extrinsics specTranslation(Point3f setter)
public depthai.CameraBoardSocket toCameraSocket()
public Extrinsics toCameraSocket(depthai.CameraBoardSocket setter)
Copyright © 2021. All rights reserved.