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

Points of different features, on one view. More...

#include <feature_points.h>

Inheritance diagram for tlz::feature_points:
[legend]

Public Member Functions

bool has_feature (const std::string &feature_name) const
 
std::size_t count () const
 
void normalize_weights ()
 

Public Attributes

std::map< std::string, feature_pointpoints
 
view_index view_idx
 
bool is_distorted = false
 

Detailed Description

Points of different features, on one view.

Definition at line 18 of file feature_points.h.

Member Function Documentation

std::size_t tlz::feature_points::count ( ) const
inline

Definition at line 26 of file feature_points.h.

Here is the call graph for this function:

bool tlz::feature_points::has_feature ( const std::string &  feature_name) const
inline

Definition at line 23 of file feature_points.h.

void tlz::feature_points::normalize_weights ( )

Definition at line 41 of file feature_points.cc.

Member Data Documentation

bool tlz::feature_points::is_distorted = false

Definition at line 21 of file feature_points.h.

std::map<std::string, feature_point> tlz::feature_points::points

Definition at line 19 of file feature_points.h.

view_index tlz::feature_points::view_idx

Definition at line 20 of file feature_points.h.


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