Public Member Functions | |
KeyPointVectInsertor (std::vector< parallelsurf::KeyPoint > &keyPoints) | |
virtual void | operator() (const parallelsurf::KeyPoint &panoKeyPoint) |
Private Attributes | |
std::vector < parallelsurf::KeyPoint > & | m_KeyPoints |
Definition at line 64 of file ParallelSurfExtractor.h.
ParallelSurfExtractor::KeyPointVectInsertor::KeyPointVectInsertor | ( | std::vector< parallelsurf::KeyPoint > & | keyPoints | ) | [inline] |
Definition at line 68 of file ParallelSurfExtractor.h.
virtual void ParallelSurfExtractor::KeyPointVectInsertor::operator() | ( | const parallelsurf::KeyPoint & | panoKeyPoint | ) | [inline, virtual] |
Implements parallelsurf::KeyPointInsertor.
Definition at line 70 of file ParallelSurfExtractor.h.
std::vector<parallelsurf::KeyPoint>& ParallelSurfExtractor::KeyPointVectInsertor::m_KeyPoints [private] |
Definition at line 78 of file ParallelSurfExtractor.h.