OpenCV  3.2.0-dev
Open Source Computer Vision
cvflann::IndexHeader Struct Reference

Structure representing the index header. More...

#include "saving.h"

Collaboration diagram for cvflann::IndexHeader:

Public Attributes

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

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]

Referenced by cvflann::save_header().


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