OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Attributes | List of all members
cvflann::IndexHeader Struct Reference

#include "saving.h"

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]

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