#include <ImageIO.hpp>
|  | 
| boost::optional< cv::Mat > | load (HighFive::Group &group, std::string datasetName) | 
|  | 
| boost::optional< cv::Mat > | load (std::string groupName, std::string datasetName) | 
|  | 
| boost::optional< cv::Mat > | loadImage (std::string groupName, std::string datasetName) | 
|  | 
| void | save (HighFive::Group &group, std::string datasetName, const cv::Mat &img) | 
|  | 
| void | save (std::string groupName, std::string datasetName, const cv::Mat &img) | 
|  | 
|  | 
| template<typename T > | 
| cv::Mat | createMat (std::vector< size_t > &dims) | 
|  | 
template<typename Derived>
class lvr2::hdf5features::ImageIO< Derived >
Definition at line 18 of file hdf5/ImageIO.hpp.
◆ createMat()
template<typename Derived > 
template<typename T > 
 
 
◆ load() [1/2]
template<typename Derived > 
      
 
 
◆ load() [2/2]
template<typename Derived > 
      
 
 
◆ loadImage()
template<typename Derived > 
      
 
 
◆ save() [1/2]
template<typename Derived > 
      
 
 
◆ save() [2/2]
template<typename Derived > 
      
 
 
◆ m_file_access
template<typename Derived > 
 
 
The documentation for this class was generated from the following file: