| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
RealSense.float2 |
RealSense.intrinsics.pixel_to_texcoord(RealSense.float2 pixel) |
RealSense.float2 |
RealSense.float2.position(long position) |
RealSense.float2 |
RealSense.intrinsics.project_to_texcoord(RealSense.float3 point) |
RealSense.float2 |
RealSense.intrinsics.project(RealSense.float3 point) |
RealSense.float2 |
RealSense.intrinsics.texcoord_to_pixel(RealSense.float2 coord) |
RealSense.float2 |
RealSense.float2.x(float x) |
RealSense.float2 |
RealSense.float2.y(float y) |
| 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.float2 |
RealSense.intrinsics.pixel_to_texcoord(RealSense.float2 pixel) |
RealSense.float2 |
RealSense.intrinsics.texcoord_to_pixel(RealSense.float2 coord) |
Copyright © 2019. All rights reserved.