hdf5opencv.h File Reference
#include <stdexcept>
#include <exception>
#include <string>
#include "opencv/cv.h"
#include "H5Cpp.h"
#include "hdf5_hl.h"

Go to the source code of this file.

Classes

class  hdf5opencv::Hdf5OpenCVException
 

Namespaces

 hdf5opencv
 

Macros

#define HDF5OPENCV_KVHWT01S
 

Functions

void hdf5opencv::hdf5create (const char *filename, bool overwrite=false)
 
void hdf5opencv::hdf5save (const char *filename, const char *dataset_name, cv::Mat &dataset, bool overwrite=false)
 
void hdf5opencv::hdf5save (const char *filename, const char *dataset_name, const char *strbuf, 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)
 

Macro Definition Documentation

#define HDF5OPENCV_KVHWT01S