Public Member Functions | List of all members
rs2::disparity_frame Class Reference

#include <rs_frame.hpp>

Inheritance diagram for rs2::disparity_frame:
Inheritance graph
[legend]

Public Member Functions

 disparity_frame (const frame &f)
 
float get_baseline (void) const
 
- Public Member Functions inherited from rs2::depth_frame
 depth_frame (const frame &f)
 
float get_distance (int x, int y) const
 
float get_units () const
 
- Public Member Functions inherited from rs2::video_frame
bool extract_target_dimensions (rs2_calib_target_type calib_type, float *target_dims, unsigned int target_dims_size) const
 
int get_bits_per_pixel () const
 
int get_bytes_per_pixel () const
 
int get_height () const
 
int get_stride_in_bytes () const
 
int get_width () const
 
 video_frame (const frame &f)
 
- Public Member Functions inherited from rs2::frame
frame apply_filter (filter_interface &filter)
 
template<class T >
as () const
 
 frame ()
 
 frame (rs2_frame *ref)
 
 frame (frame &&other) noexcept
 
 frame (const frame &other)
 
rs2_frameget () const
 
const voidget_data () const
 
const int get_data_size () const
 
rs2_metadata_type get_frame_metadata (rs2_frame_metadata_value frame_metadata) const
 
unsigned long long get_frame_number () const
 
rs2_timestamp_domain get_frame_timestamp_domain () const
 
stream_profile get_profile () const
 
rs2_sensorget_sensor ()
 
double get_timestamp () const
 
template<class T >
bool is () const
 
void keep ()
 
 operator bool () const
 
 operator rs2_frame * ()
 
frameoperator= (frame other)
 
bool supports_frame_metadata (rs2_frame_metadata_value frame_metadata) const
 
void swap (frame &other)
 
 ~frame ()
 

Additional Inherited Members

- Protected Member Functions inherited from rs2::frame
void add_ref () const
 
void reset ()
 

Detailed Description

Definition at line 854 of file rs_frame.hpp.

Constructor & Destructor Documentation

rs2::disparity_frame::disparity_frame ( const frame f)
inline

Extend depth_frame class with additional disparity related attributes/functions

Parameters
[in]frame- existing frame instance

Definition at line 861 of file rs_frame.hpp.

Member Function Documentation

float rs2::disparity_frame::get_baseline ( void  ) const
inline

Retrieve the distance between the two IR sensors.

Returns
float - baseline.

Definition at line 875 of file rs_frame.hpp.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:40