#include "opencv2/flann/general.h"#include "opencv2/flann/nn_index.h"#include <cstdio>#include <cstring>

Go to the source code of this file.
Classes | |
| struct | cvflann::Datatype< T > |
| struct | cvflann::Datatype< char > |
| struct | cvflann::Datatype< double > |
| struct | cvflann::Datatype< float > |
| struct | cvflann::Datatype< int > |
| struct | cvflann::Datatype< short > |
| struct | cvflann::Datatype< unsigned char > |
| struct | cvflann::Datatype< unsigned int > |
| struct | cvflann::Datatype< unsigned short > |
| struct | cvflann::IndexHeader |
Namespaces | |
| namespace | cvflann |
Functions | |
| CV_EXPORTS const char * | cvflann::FLANN_SIGNATURE () |
| CV_EXPORTS const char * | cvflann::FLANN_VERSION () |
| CV_EXPORTS IndexHeader | cvflann::load_header (FILE *stream) |
| template<typename T > | |
| void | cvflann::load_value (FILE *stream, T &value, int count=1) |
| template<typename ELEM_TYPE > | |
| void | cvflann::save_header (FILE *stream, const NNIndex< ELEM_TYPE > &index) |
| template<typename T > | |
| void | cvflann::save_value (FILE *stream, const T &value, int count=1) |