Public Member Functions | Private Attributes | List of all members
opencv_apps::Storage Class Reference

Public Member Functions

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)
 

Private Attributes

fs::path base_dir_
 

Detailed Description

Definition at line 188 of file face_recognition_nodelet.cpp.

Constructor & Destructor Documentation

opencv_apps::Storage::Storage ( const fs::path &  base_dir)
inline

Definition at line 193 of file face_recognition_nodelet.cpp.

Member Function Documentation

void opencv_apps::Storage::init ( )
inline

Definition at line 207 of file face_recognition_nodelet.cpp.

void opencv_apps::Storage::load ( std::vector< cv::Mat > &  images,
std::vector< std::string > &  labels,
bool  append = true 
)
inline

Definition at line 217 of file face_recognition_nodelet.cpp.

void opencv_apps::Storage::save ( const std::vector< cv::Mat > &  images,
const std::vector< std::string > &  labels 
)
inline

Definition at line 250 of file face_recognition_nodelet.cpp.

void opencv_apps::Storage::save ( const cv::Mat &  image,
const std::string &  label 
)
inline

Definition at line 262 of file face_recognition_nodelet.cpp.

Member Data Documentation

fs::path opencv_apps::Storage::base_dir_
private

Definition at line 190 of file face_recognition_nodelet.cpp.


The documentation for this class was generated from the following file:


opencv_apps
Author(s): Kei Okada
autogenerated on Sat Aug 22 2020 03:35:09