Video stream intrinsics. More...
#include <rs.hpp>

Public Member Functions | |
| float3 | deproject (const float2 &pixel, float depth) const |
| float3 | deproject_from_texcoord (const float2 &coord, float depth) const |
| float | hfov () const |
| distortion | model () const |
| bool | operator== (const intrinsics &r) const |
| float2 | pixel_to_texcoord (const float2 &pixel) const |
| float2 | project (const float3 &point) const |
| float2 | project_to_texcoord (const float3 &point) const |
| float2 | texcoord_to_pixel (const float2 &coord) const |
| float | vfov () const |
Additional Inherited Members | |
Public Attributes inherited from rs_intrinsics | |
| float | coeffs [5] |
| float | fx |
| float | fy |
| int | height |
| rs_distortion | model |
| float | ppx |
| float | ppy |
| int | width |
|
inline |
|
inline |