gaze
0.1.0
Perform gaze tracking with common webcams.
|
This pipeline step is used whenever something goes wrong. More...
#include "gaze/pipeline_steps/fallback_step.h"
Public Member Functions | |
FallbackStep () | |
void | process (util::Data &) override |
void | visualize (util::Data &) override |
Public Member Functions inherited from gaze::PipelineStep | |
PipelineStep () | |
std::string | get_name () |
virtual | ~PipelineStep ()=default |
Public Member Functions inherited from gaze::gui::Visualizeable< widget_type > | |
std::shared_ptr< dlib::drawable > | init (dlib::drawable_window &parent, int width, int height, std::string text="No visualization.") final |
void | remove_widget () override |
Public Member Functions inherited from gaze::gui::VisualizeableBase | |
virtual | ~VisualizeableBase ()=default |
Additional Inherited Members | |
Protected Attributes inherited from gaze::PipelineStep | |
int | number |
std::string | name |
Protected Attributes inherited from gaze::gui::Visualizeable< widget_type > | |
std::shared_ptr< widget_type > | widget |
This pipeline step is used whenever something goes wrong.
Definition at line 19 of file fallback_step.h.
gaze::pipeline::FallbackStep::FallbackStep | ( | ) |
Initializes the FallbackStep. Reads all configuration for this step, in case something went wrong.
Definition at line 15 of file fallback_step.cpp.
References basic_string< char >::c_str(), gaze::util::get_config(), gaze::PipelineStep::name, and gaze::PipelineStep::number.
|
overridevirtual |
|
overridevirtual |
Shows instructions on how to implement a custom pipeline step and register it successfully. Shows all information from gaze.yaml for this step (even if its the wrong step).
Implements gaze::gui::VisualizeableBase.
Definition at line 27 of file fallback_step.cpp.
References gaze::gui::Visualizeable< widget_type >::widget.