OpenCV  2.4.13
Open Source Computer Vision
hdf5.h File Reference
#include <hdf5.h>
#include "matrix.h"

Namespaces

 cvflann
 

Macros

#define CHECK_ERROR(x, y)   if ((x)<0) throw FLANNException((y));
 

Functions

template<typename T >
void cvflann::save_to_file (const cvflann::Matrix< T > &dataset, const std::string &filename, const std::string &name)
 
template<typename T >
void cvflann::load_from_file (cvflann::Matrix< T > &dataset, const std::string &filename, const std::string &name)
 

Macro Definition Documentation

#define CHECK_ERROR (   x,
  y 
)    if ((x)<0) throw FLANNException((y));