#include <imageSaver.hpp>
|
| ImageSaver (const std::string &directoryPath, const std::string &imageFormat) |
|
virtual | ~ImageSaver () |
|
void | saveImages (const Matrix &cvOutputData, const std::string &fileName) const |
|
void | saveImages (const std::vector< Matrix > &matOutputDatas, const std::string &fileName) const |
|
Definition at line 9 of file imageSaver.hpp.
◆ ImageSaver()
op::ImageSaver::ImageSaver |
( |
const std::string & |
directoryPath, |
|
|
const std::string & |
imageFormat |
|
) |
| |
◆ ~ImageSaver()
virtual op::ImageSaver::~ImageSaver |
( |
| ) |
|
|
virtual |
◆ saveImages() [1/2]
void op::ImageSaver::saveImages |
( |
const Matrix & |
cvOutputData, |
|
|
const std::string & |
fileName |
|
) |
| const |
◆ saveImages() [2/2]
void op::ImageSaver::saveImages |
( |
const std::vector< Matrix > & |
matOutputDatas, |
|
|
const std::string & |
fileName |
|
) |
| const |
The documentation for this class was generated from the following file: