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

Feature on set of views. Optionally one view is "reference". More...

#include <image_correspondence.h>

Public Member Functions

bool has (view_index idx) const
 

Public Attributes

view_index reference_view
 
std::map< view_index, feature_pointpoints
 

Detailed Description

Feature on set of views. Optionally one view is "reference".

Definition at line 18 of file image_correspondence.h.

Member Function Documentation

bool tlz::image_correspondence_feature::has ( view_index  idx) const
inline

Definition at line 23 of file image_correspondence.h.

Member Data Documentation

std::map<view_index, feature_point> tlz::image_correspondence_feature::points

Definition at line 20 of file image_correspondence.h.

view_index tlz::image_correspondence_feature::reference_view

Definition at line 19 of file image_correspondence.h.


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