struct cvflann::IndexHeader
Structure representing the index header.
#include <saving.h> struct IndexHeader { // fields size_t cols; flann_datatype_t data_type; flann_algorithm_t index_type; size_t rows; char signature[16]; char version[16]; };
Structure representing the index header.
#include <saving.h> struct IndexHeader { // fields size_t cols; flann_datatype_t data_type; flann_algorithm_t index_type; size_t rows; char signature[16]; char version[16]; };