#include <PanoDetector.h>
Public Attributes | |
| std::string | _name |
| int | _number |
| int | _detectWidth |
| int | _detectHeight |
| lfeat::Image | _ii |
| vigra::BImage | _distancemap |
| bool | _needsremap |
| PanoramaOptions | _projOpts |
| bool | _hasakeyfile |
| std::string | _keyfilename |
| lfeat::KeyPointVect_t | _kp |
| int | _descLength |
| bool | _loadFail |
| flann::Matrix< double > | _flann_descriptors |
| flann::Index< flann::L2< double > > * | _flann_index |
|
|
Definition at line 396 of file PanoDetector.h. Referenced by PanoDetector::BuildKDTreesInImage(), PanoDetector::LoadKeypoints(), PanoDetector::MakeKeyPointDescriptorsInImage(), and PanoDetector::writeKeyfile(). |
|
|
Definition at line 384 of file PanoDetector.h. Referenced by PanoDetector::AnalyzeImage(), PanoDetector::FilterKeyPointsInImage(), PanoDetector::LoadKeypoints(), and PanoDetector::loadProject(). |
|
|
Definition at line 383 of file PanoDetector.h. Referenced by PanoDetector::AnalyzeImage(), PanoDetector::FilterKeyPointsInImage(), PanoDetector::LoadKeypoints(), and PanoDetector::loadProject(). |
|
|
Definition at line 387 of file PanoDetector.h. Referenced by PanoDetector::AnalyzeImage(), PanoDetector::FilterKeyPointsInImage(), and PanoDetector::FreeMemoryInImage(). |
|
|
Definition at line 400 of file PanoDetector.h. Referenced by PanoDetector::BuildKDTreesInImage(), and PanoDetector::FindMatchesInPair(). |
|
|
Definition at line 401 of file PanoDetector.h. Referenced by PanoDetector::BuildKDTreesInImage(), and PanoDetector::FindMatchesInPair(). |
|
|
Definition at line 392 of file PanoDetector.h. Referenced by PanoDetector::loadProject(). |
|
|
Definition at line 386 of file PanoDetector.h. Referenced by PanoDetector::AnalyzeImage(), PanoDetector::FindKeyPointsInImage(), PanoDetector::FreeMemoryInImage(), and PanoDetector::MakeKeyPointDescriptorsInImage(). |
|
|
Definition at line 393 of file PanoDetector.h. Referenced by PanoDetector::LoadKeypoints(), PanoDetector::loadProject(), and PanoDetector::writeKeyfile(). |
|
|
|
Definition at line 397 of file PanoDetector.h. Referenced by PanoDetector::AnalyzeImage(), and PanoDetector::LoadKeypoints(). |
|
|
Definition at line 380 of file PanoDetector.h. Referenced by PanoDetector::AnalyzeImage(), PanoDetector::loadProject(), PanoDetector::RansacMatchesInPairHomography(), and PanoDetector::writeKeyfile(). |
|
|
Definition at line 389 of file PanoDetector.h. Referenced by PanoDetector::AnalyzeImage(), PanoDetector::LoadKeypoints(), PanoDetector::loadProject(), PanoDetector::RansacMatchesInPairHomography(), and PanoDetector::RemapBackKeypoints(). |
|
|
|
Definition at line 390 of file PanoDetector.h. Referenced by PanoDetector::AnalyzeImage(), PanoDetector::LoadKeypoints(), PanoDetector::loadProject(), and PanoDetector::RemapBackKeypoints(). |
1.3.9.1