licornea_tools
|
#include <feature_slopes.h>
Public Member Functions | |
feature_slopes ()=default | |
feature_slopes (const feature_points &) | |
![]() | |
bool | has_feature (const std::string &feature_name) const |
std::size_t | count () const |
void | normalize_weights () |
Public Attributes | |
std::map< std::string, feature_slope > | slopes |
![]() | |
std::map< std::string, feature_point > | points |
view_index | view_idx |
bool | is_distorted = false |
Definition at line 18 of file feature_slopes.h.
|
default |
|
explicit |
Definition at line 9 of file feature_slopes.cc.
std::map<std::string, feature_slope> tlz::feature_slopes::slopes |
Definition at line 22 of file feature_slopes.h.