@Namespace(value="rs") public static class RealSense.intrinsics extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
intrinsics()
Default native constructor.
|
intrinsics(long size)
Native array allocator.
|
intrinsics(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RealSense.float3 |
deproject_from_texcoord(RealSense.float2 coord,
float depth) |
RealSense.float3 |
deproject(RealSense.float2 pixel,
float depth) |
boolean |
equals(RealSense.intrinsics r) |
float |
hfov() |
int |
model() |
RealSense.float2 |
pixel_to_texcoord(RealSense.float2 pixel) |
RealSense.intrinsics |
position(long position) |
RealSense.float2 |
project_to_texcoord(RealSense.float3 point) |
RealSense.float2 |
project(RealSense.float3 point) |
RealSense.float2 |
texcoord_to_pixel(RealSense.float2 coord) |
float |
vfov() |
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 intrinsics()
public intrinsics(long size)
Pointer.position(long).public intrinsics(Pointer p)
Pointer.Pointer(Pointer).public RealSense.intrinsics position(long position)
public float hfov()
public float vfov()
@ByVal public RealSense.float2 pixel_to_texcoord(@Const @ByRef RealSense.float2 pixel)
@ByVal public RealSense.float2 texcoord_to_pixel(@Const @ByRef RealSense.float2 coord)
@ByVal public RealSense.float3 deproject(@Const @ByRef RealSense.float2 pixel, float depth)
@ByVal public RealSense.float3 deproject_from_texcoord(@Const @ByRef RealSense.float2 coord, float depth)
@ByVal public RealSense.float2 project(@Const @ByRef RealSense.float3 point)
@ByVal public RealSense.float2 project_to_texcoord(@Const @ByRef RealSense.float3 point)
Copyright © 2019. All rights reserved.