Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
AngularMatching::ValueHistogram< TYPE > Struct Template Reference
A histogram container class. More...Public Types | |
| typedef vector< vector< TYPE > >::iterator | MYIT |
| typedef std::vector< vector< TYPE > > | Base |
Public Member Functions | |
| ValueHistogram (int nBins, double start, double end) | |
| void | clearHist () |
| void | insertHist (double val, const TYPE &t) |
| vector< double > | getCount () |
| const vector< TYPE > & | getBinEntries (double val) |
| double | getCenter (int bin) |
| const vector< TYPE > & | getMax (unsigned int &count) |
| void | printHist (ostream &o) |
Detailed Description
template<class TYPE>
struct AngularMatching::ValueHistogram< TYPE >
A histogram container class.
a bit like a multiset
Member Typedef Documentation
|
|||||
|
|
|
|||||
|
|
Constructor & Destructor Documentation
|
||||||||||||||||||||
|
|
Member Function Documentation
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
The documentation for this struct was generated from the following file:
- hugin1/tools/automatch.cpp
1.3.9.1