facebook360_dep
Facebook360 Depth Estimation Pipeline
Public Member Functions | Public Attributes | List of all members
fb360_dep::calibration::Match Struct Reference

#include <Keypoint.h>

Public Member Functions

 Match (const double score, const int corner0, const int corner1)
 
folly::dynamic serialize () const
 

Public Attributes

double score
 
std::array< int, 2 > corners
 

Constructor & Destructor Documentation

◆ Match()

fb360_dep::calibration::Match::Match ( const double  score,
const int  corner0,
const int  corner1 
)
inline

Member Function Documentation

◆ serialize()

folly::dynamic fb360_dep::calibration::Match::serialize ( ) const
inline

Member Data Documentation

◆ corners

std::array<int, 2> fb360_dep::calibration::Match::corners

◆ score

double fb360_dep::calibration::Match::score

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