OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cvflann::IndexHeader Struct Reference

Structure representing the index header. More...

#include <opencv2/flann/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

◆ 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]

Referenced by cvflann::save_header().


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