OpenCV  3.4.3
Open Source Computer Vision
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

§ cols

size_t cvflann::IndexHeader::cols

§ data_type

flann_datatype_t cvflann::IndexHeader::data_type

§ index_type

flann_algorithm_t cvflann::IndexHeader::index_type

§ rows

size_t cvflann::IndexHeader::rows

§ signature

char cvflann::IndexHeader::signature[16]

§ version

char cvflann::IndexHeader::version[16]

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