|
void | init () |
|
void | load (std::vector< cv::Mat > &images, std::vector< std::string > &labels, bool append=true) |
|
void | save (const std::vector< cv::Mat > &images, const std::vector< std::string > &labels) |
|
void | save (const cv::Mat &image, const std::string &label) |
|
| Storage (const fs::path &base_dir) |
|
opencv_apps::Storage::Storage |
( |
const fs::path & |
base_dir | ) |
|
|
inline |
void opencv_apps::Storage::init |
( |
| ) |
|
|
inline |
void opencv_apps::Storage::load |
( |
std::vector< cv::Mat > & |
images, |
|
|
std::vector< std::string > & |
labels, |
|
|
bool |
append = true |
|
) |
| |
|
inline |
void opencv_apps::Storage::save |
( |
const std::vector< cv::Mat > & |
images, |
|
|
const std::vector< std::string > & |
labels |
|
) |
| |
|
inline |
void opencv_apps::Storage::save |
( |
const cv::Mat & |
image, |
|
|
const std::string & |
label |
|
) |
| |
|
inline |
fs::path opencv_apps::Storage::base_dir_ |
|
private |
The documentation for this class was generated from the following file: