|
Berkeley SfM
|
#include <pairwise_image_match.h>
Public Types | |
| typedef std::shared_ptr< PairwiseImageMatch > | Ptr |
| typedef std::shared_ptr< const PairwiseImageMatch > | ConstPtr |
Public Attributes | |
| FeatureMatchList | feature_matches_ |
| std::vector< int > | descriptor_indices1_ |
| std::vector< int > | descriptor_indices2_ |
Definition at line 55 of file pairwise_image_match.h.
| typedef std::shared_ptr<const PairwiseImageMatch> bsfm::PairwiseImageMatch::ConstPtr |
Definition at line 57 of file pairwise_image_match.h.
| typedef std::shared_ptr<PairwiseImageMatch> bsfm::PairwiseImageMatch::Ptr |
Definition at line 56 of file pairwise_image_match.h.
| std::vector<int> bsfm::PairwiseImageMatch::descriptor_indices1_ |
Definition at line 64 of file pairwise_image_match.h.
| std::vector<int> bsfm::PairwiseImageMatch::descriptor_indices2_ |
Definition at line 65 of file pairwise_image_match.h.
| FeatureMatchList bsfm::PairwiseImageMatch::feature_matches_ |
Definition at line 60 of file pairwise_image_match.h.
1.8.10