licornea_tools
Public Member Functions | Public Attributes | List of all members
tlz::feature_slopes Struct Reference

#include <feature_slopes.h>

Inheritance diagram for tlz::feature_slopes:
[legend]

Public Member Functions

 feature_slopes ()=default
 
 feature_slopes (const feature_points &)
 
- Public Member Functions inherited from tlz::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_slopeslopes
 
- Public Attributes inherited from tlz::feature_points
std::map< std::string, feature_pointpoints
 
view_index view_idx
 
bool is_distorted = false
 

Detailed Description

Definition at line 18 of file feature_slopes.h.

Constructor & Destructor Documentation

tlz::feature_slopes::feature_slopes ( )
default
tlz::feature_slopes::feature_slopes ( const feature_points fpoints)
explicit

Definition at line 9 of file feature_slopes.cc.

Member Data Documentation

std::map<std::string, feature_slope> tlz::feature_slopes::slopes

Definition at line 22 of file feature_slopes.h.


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