Berkeley SfM
Public Types | Public Member Functions | Public Attributes | List of all members
bsfm::Feature Struct Reference

#include <feature.h>

Public Types

typedef std::shared_ptr< FeaturePtr
 
typedef std::shared_ptr< const FeatureConstPtr
 

Public Member Functions

 Feature ()
 
 Feature (double u, double v)
 

Public Attributes

double u_
 
double v_
 

Detailed Description

Definition at line 53 of file feature.h.

Member Typedef Documentation

typedef std::shared_ptr<const Feature> bsfm::Feature::ConstPtr

Definition at line 55 of file feature.h.

typedef std::shared_ptr<Feature> bsfm::Feature::Ptr

Definition at line 54 of file feature.h.

Constructor & Destructor Documentation

bsfm::Feature::Feature ( )
inline

Definition at line 57 of file feature.h.

57 : u_(0.0), v_(0.0) {}
double v_
Definition: feature.h:62
double u_
Definition: feature.h:62
bsfm::Feature::Feature ( double  u,
double  v 
)
inline

Definition at line 58 of file feature.h.

58 : u_(u), v_(v) {}
double v_
Definition: feature.h:62
double u_
Definition: feature.h:62

Member Data Documentation

double bsfm::Feature::u_

Definition at line 62 of file feature.h.

double bsfm::Feature::v_

Definition at line 62 of file feature.h.


The documentation for this struct was generated from the following file: