public static class freenect2.Freenect2Device.IrCameraParams
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
IrCameraParams()
Default native constructor.
|
IrCameraParams(long size)
Native array allocator.
|
IrCameraParams(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
cx()
Principal point x (pixel)
|
freenect2.Freenect2Device.IrCameraParams |
cx(float cx) |
float |
cy()
Principal point y (pixel)
|
freenect2.Freenect2Device.IrCameraParams |
cy(float cy) |
float |
fx()
Focal length x (pixel)
|
freenect2.Freenect2Device.IrCameraParams |
fx(float fx) |
float |
fy()
Focal length y (pixel)
|
freenect2.Freenect2Device.IrCameraParams |
fy(float fy) |
float |
k1()
Radial distortion coefficient, 1st-order
|
freenect2.Freenect2Device.IrCameraParams |
k1(float k1) |
float |
k2()
Radial distortion coefficient, 2nd-order
|
freenect2.Freenect2Device.IrCameraParams |
k2(float k2) |
float |
k3()
Radial distortion coefficient, 3rd-order
|
freenect2.Freenect2Device.IrCameraParams |
k3(float k3) |
float |
p1()
Tangential distortion coefficient
|
freenect2.Freenect2Device.IrCameraParams |
p1(float p1) |
float |
p2()
Tangential distortion coefficient
|
freenect2.Freenect2Device.IrCameraParams |
p2(float p2) |
freenect2.Freenect2Device.IrCameraParams |
position(long position) |
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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic IrCameraParams()
public IrCameraParams(long size)
Pointer.position(long).public IrCameraParams(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public freenect2.Freenect2Device.IrCameraParams position(long position)
position in class org.bytedeco.javacpp.Pointerpublic float fx()
public freenect2.Freenect2Device.IrCameraParams fx(float fx)
public float fy()
public freenect2.Freenect2Device.IrCameraParams fy(float fy)
public float cx()
public freenect2.Freenect2Device.IrCameraParams cx(float cx)
public float cy()
public freenect2.Freenect2Device.IrCameraParams cy(float cy)
public float k1()
public freenect2.Freenect2Device.IrCameraParams k1(float k1)
public float k2()
public freenect2.Freenect2Device.IrCameraParams k2(float k2)
public float k3()
public freenect2.Freenect2Device.IrCameraParams k3(float k3)
public float p1()
public freenect2.Freenect2Device.IrCameraParams p1(float p1)
public float p2()
public freenect2.Freenect2Device.IrCameraParams p2(float p2)
Copyright © 2018. All rights reserved.