tesseract 5.2.0
Loading...
Searching...
No Matches
tesseract::KDTREE Struct Reference

#include <kdtree.h>

Public Member Functions

 KDTREE (size_t n)
 
 ~KDTREE ()
 

Public Attributes

int16_t KeySize = 0
 
KDNODE Root
 
std::vector< PARAM_DESCKeyDesc
 

Detailed Description

Definition at line 64 of file kdtree.h.

Constructor & Destructor Documentation

◆ KDTREE()

tesseract::KDTREE::KDTREE ( size_t  n)
inline

Definition at line 65 of file kdtree.h.

65 : KeySize(n), KeyDesc(n) {
66 }
std::vector< PARAM_DESC > KeyDesc
Definition: kdtree.h:80
int16_t KeySize
Definition: kdtree.h:78

◆ ~KDTREE()

tesseract::KDTREE::~KDTREE ( )
inline

Definition at line 74 of file kdtree.h.

74 {
75 }

Member Data Documentation

◆ KeyDesc

std::vector<PARAM_DESC> tesseract::KDTREE::KeyDesc

Definition at line 80 of file kdtree.h.

◆ KeySize

int16_t tesseract::KDTREE::KeySize = 0

Definition at line 78 of file kdtree.h.

◆ Root

KDNODE tesseract::KDTREE::Root

Definition at line 79 of file kdtree.h.


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