ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::internal::FeatureMatcherData Struct Reference

#include <matching.h>

Collaboration diagram for colmap::internal::FeatureMatcherData:

Public Attributes

image_t image_id1 = kInvalidImageId
 
image_t image_id2 = kInvalidImageId
 
FeatureMatches matches
 
TwoViewGeometry two_view_geometry
 

Detailed Description

Definition at line 149 of file matching.h.

Member Data Documentation

◆ image_id1

image_t colmap::internal::FeatureMatcherData::image_id1 = kInvalidImageId

Definition at line 150 of file matching.h.

◆ image_id2

image_t colmap::internal::FeatureMatcherData::image_id2 = kInvalidImageId

Definition at line 151 of file matching.h.

◆ matches

FeatureMatches colmap::internal::FeatureMatcherData::matches

Definition at line 152 of file matching.h.

◆ two_view_geometry

TwoViewGeometry colmap::internal::FeatureMatcherData::two_view_geometry

Definition at line 153 of file matching.h.


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