|
Berkeley SfM
|
#include <feature.h>
Public Types | |
| typedef std::shared_ptr< Feature > | Ptr |
| typedef std::shared_ptr< const Feature > | ConstPtr |
Public Member Functions | |
| Feature () | |
| Feature (double u, double v) | |
Public Attributes | |
| double | u_ |
| double | v_ |
| typedef std::shared_ptr<const Feature> bsfm::Feature::ConstPtr |
| typedef std::shared_ptr<Feature> bsfm::Feature::Ptr |
1.8.10