3 #ifndef LVR2_IO_HDF5_IMAGEIO_HPP 4 #define LVR2_IO_HDF5_IMAGEIO_HPP 6 #include <boost/optional.hpp> 7 #include <opencv2/core.hpp> 8 #include <opencv2/core/traits.hpp> 12 template<
typename FeatureBase>
17 std::string datasetName,
21 boost::optional<cv::Mat>
loadImage(std::string groupName,
22 std::string datasetName);
32 #include "ImageIO.tcc" 34 #endif // LVR2_IO_HDF5_IMAGEIO_HPP Manager Class for all FeatureBase components located in hdf5 directory.
void saveImage(std::string groupName, std::string datasetName, const cv::Mat &img)
boost::optional< cv::Mat > loadImage(std::string groupName, std::string datasetName)
FeatureBase * m_featureBase