#include <KeyFrame.h>
Public Member Functions | |
| Level () | |
| Level & | operator= (const Level &rhs) | 
Public Attributes | |
| bool | bImplaneCornersCached | 
| CVD::Image< CVD::byte > | im | 
| std::vector< Candidate > | vCandidates | 
| std::vector< int > | vCornerRowLUT | 
| std::vector< CVD::ImageRef > | vCorners | 
| std::vector< Vector< 2 > > | vImplaneCorners | 
| std::vector< CVD::ImageRef > | vMaxCorners | 
Definition at line 58 of file KeyFrame.h.
| Level::Level | ( | ) |  [inline] | 
        
Definition at line 60 of file KeyFrame.h.
Definition at line 198 of file KeyFrame.cc.
Definition at line 73 of file KeyFrame.h.
| CVD::Image<CVD::byte> Level::im | 
Definition at line 63 of file KeyFrame.h.
| std::vector<Candidate> Level::vCandidates | 
Definition at line 71 of file KeyFrame.h.
| std::vector<int> Level::vCornerRowLUT | 
Definition at line 67 of file KeyFrame.h.
| std::vector<CVD::ImageRef> Level::vCorners | 
Definition at line 66 of file KeyFrame.h.
| std::vector<Vector<2> > Level::vImplaneCorners | 
Definition at line 74 of file KeyFrame.h.
| std::vector<CVD::ImageRef> Level::vMaxCorners | 
Definition at line 68 of file KeyFrame.h.