OpenCV  3.4.5
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::linemod::QuantizedPyramid::Candidate Struct Reference

Candidate feature with a score. More...

#include "linemod.hpp"

Public Member Functions

 Candidate (int x, int y, int label, float score)
 
bool operator< (const Candidate &rhs) const
 Sort candidates with high score to the front. More...
 

Public Attributes

Feature f
 
float score
 

Detailed Description

Candidate feature with a score.

Member Function Documentation

§ operator<()

bool cv::linemod::QuantizedPyramid::Candidate::operator< ( const Candidate rhs) const
inline

Sort candidates with high score to the front.

Member Data Documentation

§ f

Feature cv::linemod::QuantizedPyramid::Candidate::f

§ score

float cv::linemod::QuantizedPyramid::Candidate::score

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