OpenCV  2.4.13
Open Source Computer Vision
cvflann::IndexHeader Struct Reference

#include <saving.h>

Public Attributes

char signature [16]
 
char version [16]
 
flann_datatype_t data_type
 
flann_algorithm_t index_type
 
size_t rows
 
size_t cols
 

Detailed Description

Structure representing the index header.

Member Data Documentation

size_t cvflann::IndexHeader::cols
flann_datatype_t cvflann::IndexHeader::data_type
flann_algorithm_t cvflann::IndexHeader::index_type
size_t cvflann::IndexHeader::rows
char cvflann::IndexHeader::signature[16]
char cvflann::IndexHeader::version[16]

The documentation for this struct was generated from the following file: