#include <saving.h>
Public Attributes | |
| int | cols |
| flann_datatype_t | data_type |
| flann_algorithm_t | index_type |
| int | rows |
| char | signature [16] |
| char | version [16] |
Structure representing the index header.
Definition at line 56 of file saving.h.
| flann_datatype_t cvflann::IndexHeader::data_type |
| flann_algorithm_t cvflann::IndexHeader::index_type |
| char cvflann::IndexHeader::signature[16] |
| char cvflann::IndexHeader::version[16] |