Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Loading...
Searching...
No Matches
Public Attributes | List of all members
rs_intrinsics Struct Reference

Video stream intrinsics. More...

#include <rs.h>

Inheritance diagram for rs_intrinsics:
rs::intrinsics

Public Attributes

int width
 
int height
 
float ppx
 
float ppy
 
float fx
 
float fy
 
rs_distortion model
 
float coeffs [5]
 

Detailed Description

Video stream intrinsics.

Member Data Documentation

◆ coeffs

float rs_intrinsics::coeffs[5]

Distortion coefficients

◆ fx

float rs_intrinsics::fx

Focal length of the image plane, as a multiple of pixel width

◆ fy

float rs_intrinsics::fy

Focal length of the image plane, as a multiple of pixel height

◆ height

int rs_intrinsics::height

Height of the image in pixels

◆ model

rs_distortion rs_intrinsics::model

Distortion model of the image

◆ ppx

float rs_intrinsics::ppx

Horizontal coordinate of the principal point of the image, as a pixel offset from the left edge

◆ ppy

float rs_intrinsics::ppy

Vertical coordinate of the principal point of the image, as a pixel offset from the top edge

◆ width

int rs_intrinsics::width

Width of the image in pixels


The documentation for this struct was generated from the following file: