This is base class for output. More...
#include <output_sensor.h>
Public Member Functions | |
virtual void | close ()=0 |
virtual void | open (std::string input_file_name, int image_width, int image_height)=0 |
virtual void | write (const cv::Mat &stitched_depth_frame_16bb, const cv::Mat &stitched_ir_frame_16bb, int image_width, int image_height)=0 |
This is base class for output.
Definition at line 22 of file output_sensor.h.
|
pure virtual |
Implemented in OutputSensorFile.
|
pure virtual |
Implemented in OutputSensorFile.
|
pure virtual |
Implemented in OutputSensorFile.