hdf5opencv.cpp File Reference
#include "hdf5opencv.h"
#include <sys/stat.h>

Namespaces

 hdf5opencv
 

Functions

bool exists (const std::string &name)
 
hid_t hdf5opencv::open_or_create (const char *filename, bool overwrite)
 
void hdf5opencv::hdf5save (const char *filename, const char *dataset_name, const char *strbuf, bool overwrite=false)
 
void hdf5opencv::hdf5save (const char *filename, const char *dataset_name, cv::Mat &dataset, bool overwrite=false)
 
void hdf5opencv::hdf5load (const char *filename, const char *dataset_name, cv::Mat &dataset)
 
void hdf5opencv::hdf5load (const char *filename, const char *dataset_name, char **strbuf)
 
void hdf5opencv::hdf5create (const char *filename, bool overwrite=false)
 

Function Documentation

bool exists ( const std::string &  name)
inline