OpenCV  3.3.0
Open Source Computer Vision
Namespaces | Macros | Functions
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::load_from_file (cvflann::Matrix< T > &dataset, const String &filename, const String &name)
 
template<typename T >
void cvflann::save_to_file (const cvflann::Matrix< T > &dataset, const String &filename, const String &name)
 

Macro Definition Documentation

§ CHECK_ERROR

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