ImFusion SDK 4.3
StereoImage Class Reference

#include <ImFusion/Vision/StereoImage.h>

This class stores a pair of images, taken by a stereo camera at the same time point. More...

Detailed Description

This class stores a pair of images, taken by a stereo camera at the same time point.

Public Types

enum class  Side { Left = 0 , Right }
 

Public Member Functions

 StereoImage (std::shared_ptr< SharedImage > left, std::shared_ptr< SharedImage > right)
 
std::shared_ptr< SharedImageleft () const
 
std::shared_ptr< SharedImageright () const
 
std::shared_ptr< SharedImageimage (Side side) const
 
std::shared_ptr< SharedImageSettoSharedImageSet () const
 Helper function to convert stereo image to shared image set of size two.
 
std::unique_ptr< StereoImageclone (Flags< SharedImage::CloneOptions > cloneOptions=SharedImage::Everything) const
 

The documentation for this class was generated from the following file:
Search Tab / S to search, Esc to close