FOUND
|
#include <memory>
#include "common/pipeline.hpp"
#include "command-line/parsing/options.hpp"
#include "common/style.hpp"
#include "calibrate/calibrate.hpp"
#include "distance/edge.hpp"
#include "distance/distance.hpp"
#include "distance/vectorize.hpp"
#include "orbit/orbit.hpp"
Go to the source code of this file.
Classes | |
class | found::PipelineExecutor |
PipelineExecutor is an interface for classes that execute complex pipelines. More... | |
class | found::CalibrationPipelineExecutor |
CalibrationPipelineExecutor is the pipeline executor for the calibration pipeline. More... | |
class | found::DistancePipelineExecutor |
DistancePipelineExecutor is the pipeline executor for the distance determination pipeline. More... | |
class | found::OrbitPipelineExecutor |
OrbitPipelineExecutor is the pipeline executor for the orbit determination pipeline. More... | |
Namespaces | |
namespace | found |