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

#include <types.h>

Collaboration diagram for colmap::FeatureMatch:

Public Member Functions

 FeatureMatch ()
 
 FeatureMatch (const point2D_t point2D_idx1, const point2D_t point2D_idx2)
 

Public Attributes

point2D_t point2D_idx1 = kInvalidPoint2DIdx
 
point2D_t point2D_idx2 = kInvalidPoint2DIdx
 

Detailed Description

Definition at line 64 of file types.h.

Constructor & Destructor Documentation

◆ FeatureMatch() [1/2]

colmap::FeatureMatch::FeatureMatch ( )
inline

Definition at line 65 of file types.h.

◆ FeatureMatch() [2/2]

colmap::FeatureMatch::FeatureMatch ( const point2D_t  point2D_idx1,
const point2D_t  point2D_idx2 
)
inline

Definition at line 67 of file types.h.

Member Data Documentation

◆ point2D_idx1

point2D_t colmap::FeatureMatch::point2D_idx1 = kInvalidPoint2DIdx

Definition at line 71 of file types.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ point2D_idx2

point2D_t colmap::FeatureMatch::point2D_idx2 = kInvalidPoint2DIdx

Definition at line 74 of file types.h.

Referenced by BOOST_AUTO_TEST_CASE().


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