| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
RealSense.float3 |
RealSense.intrinsics.deproject_from_texcoord(RealSense.float2 coord,
float depth) |
RealSense.float3 |
RealSense.intrinsics.deproject(RealSense.float2 pixel,
float depth) |
RealSense.float3 |
RealSense.float3.position(long position) |
RealSense.float3 |
RealSense.extrinsics.transform(RealSense.float3 point) |
RealSense.float3 |
RealSense.float3.x(float x) |
RealSense.float3 |
RealSense.float3.y(float y) |
RealSense.float3 |
RealSense.float3.z(float z) |
| Modifier and Type | Method and Description |
|---|---|
RealSense.float2 |
RealSense.intrinsics.project_to_texcoord(RealSense.float3 point) |
RealSense.float2 |
RealSense.intrinsics.project(RealSense.float3 point) |
RealSense.float3 |
RealSense.extrinsics.transform(RealSense.float3 point) |
Copyright © 2019. All rights reserved.