include/opencv2/flann/saving.h File Reference

Go to the source code of this file.

Classes

struct  cvflann::Datatype< T >
struct  cvflann::Datatype< char >
struct  cvflann::Datatype< short >
struct  cvflann::Datatype< int >
struct  cvflann::Datatype< unsigned char >
struct  cvflann::Datatype< unsigned short >
struct  cvflann::Datatype< unsigned int >
struct  cvflann::Datatype< float >
struct  cvflann::Datatype< double >
struct  cvflann::IndexHeader

Namespaces

namespace  cvflann

Functions

CV_EXPORTS const char * cvflann::FLANN_SIGNATURE ()
CV_EXPORTS const char * cvflann::FLANN_VERSION ()
template<typename ELEM_TYPE >
void cvflann::save_header (FILE *stream, const NNIndex< ELEM_TYPE > &index)
CV_EXPORTS IndexHeader cvflann::load_header (FILE *stream)
template<typename T >
void cvflann::save_value (FILE *stream, const T &value, int count=1)
template<typename T >
void cvflann::load_value (FILE *stream, T &value, int count=1)