|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
#include <pipeline.h>


Public Member Functions | |
| LoggingDecorator (std::ostream &out) | |
| void | before_stage (const CalibrationStage &stage, PipelineContext &context) override |
| void | after_stage (const CalibrationStage &stage, PipelineContext &context, const PipelineStageResult &result) override |
Public Member Functions inherited from calib::pipeline::StageDecorator | |
| virtual | ~StageDecorator ()=default |
Definition at line 113 of file pipeline.h.
|
inlineexplicit |
Definition at line 117 of file pipeline.h.
|
overridevirtual |
Reimplemented from calib::pipeline::StageDecorator.
Definition at line 68 of file pipeline.cpp.
|
overridevirtual |
Reimplemented from calib::pipeline::StageDecorator.
Definition at line 64 of file pipeline.cpp.