11 #ifndef COMPONENT_OUTPUT_H_
12 #define COMPONENT_OUTPUT_H_
18 #include <boost/filesystem.hpp>
64 std::string filename);
unsigned int m_flags
Definition: component_output.h:68
Definition: scyllarus_types.h:125
Output is a pure virtual base class from which output classes for the pipeline are derived...
Definition: output.h:32
Pipeline is an object that holds configuration properties and data items, and facilitates the process...
Definition: pipeline.h:57
virtual ~component_output()
Definition: component_output.cpp:30
void save(scyl::pipeline *in, std::string filename)
save() takes a pipeline object and file name and writes out several files containing the data in the ...
Definition: component_output.cpp:47
component_output is a class that is used to output processed image components from a pipeline object ...
Definition: component_output.h:54
component_output(unsigned int flags=scyl::ALL)
Definition: component_output.cpp:21