OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::vbtracker::FakeImageSource Class Reference
Inheritance diagram for osvr::vbtracker::FakeImageSource:
osvr::vbtracker::ImageSource osvr::vbtracker::ImageSource

Public Member Functions

 FakeImageSource (std::string const &imagesDir)
 
bool ok () const override
 
bool grab () override
 
void retrieveColor (cv::Mat &color, osvr::util::time::TimeValue &timestamp) override
 
cv::Size resolution () const override
 Get resolution of the images from this source.
 
 FakeImageSource (std::string const &imagesDir)
 
bool ok () const override
 
bool grab () override
 
void retrieveColor (cv::Mat &color) override
 
cv::Size resolution () const override
 Get resolution of the images from this source.
 
- Public Member Functions inherited from osvr::vbtracker::ImageSource
virtual ~ImageSource ()
 Destructor.
 
virtual void retrieve (cv::Mat &color, cv::Mat &gray, osvr::util::time::TimeValue &timestamp)
 Call after grab() to get the actual image data.
 
void retrieve (cv::Mat &color, cv::Mat &gray)
 
void retrieveColor (cv::Mat &color)
 
virtual ~ImageSource ()
 Destructor.
 
virtual void retrieve (cv::Mat &color, cv::Mat &gray)
 Call after grab() to get the actual image data.
 

Detailed Description

Definition at line 42 of file FakeImageSource.cpp.

Member Function Documentation

bool osvr::vbtracker::FakeImageSource::ok ( ) const
inlineoverridevirtual
Returns
true if the camera/image source is OK

Implements osvr::vbtracker::ImageSource.

Definition at line 47 of file FakeImageSource.cpp.

bool osvr::vbtracker::FakeImageSource::grab ( )
overridevirtual

Trigger camera capture. May not necessarily include retrieval. Blocks until an image is available. or failure occurs.

Timestamp after this call returns.

Returns
false if the camera failed.

Implements osvr::vbtracker::ImageSource.

Definition at line 86 of file FakeImageSource.cpp.

void osvr::vbtracker::FakeImageSource::retrieveColor ( cv::Mat &  color,
osvr::util::time::TimeValue timestamp 
)
overridevirtual

For those devices that naturally read a non-corrupt color image, overriding just this method will let the default implementation of retrieve() do the RGB to Gray for you.

Implements osvr::vbtracker::ImageSource.

Definition at line 94 of file FakeImageSource.cpp.

bool osvr::vbtracker::FakeImageSource::ok ( ) const
inlineoverridevirtual
Returns
true if the camera/image source is OK

Implements osvr::vbtracker::ImageSource.

Definition at line 46 of file FakeImageSource.cpp.

bool osvr::vbtracker::FakeImageSource::grab ( )
overridevirtual

Trigger camera capture. May not necessarily include retrieval. Blocks until an image is available. or failure occurs.

Timestamp after this call returns.

Returns
false if the camera failed.

Implements osvr::vbtracker::ImageSource.

void osvr::vbtracker::FakeImageSource::retrieveColor ( cv::Mat &  color)
overridevirtual

For those devices that naturally read a non-corrupt color image, overriding just this method will let the default implementation of retrieve() do the RGB to Gray for you.

Implements osvr::vbtracker::ImageSource.

Definition at line 89 of file FakeImageSource.cpp.


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