Compute Library
 21.02
CPPCornerCandidatesKernel.cpp File Reference

Go to the source code of this file.

Functions

bool keypoint_compare (const InternalKeypoint &lhs, const InternalKeypoint &rhs)
 

Function Documentation

◆ keypoint_compare()

bool keypoint_compare ( const InternalKeypoint lhs,
const InternalKeypoint rhs 
)

Definition at line 58 of file CPPCornerCandidatesKernel.cpp.

Referenced by CPPSortEuclideanDistanceKernel::run().

59 {
60  return std::get<2>(lhs) > std::get<2>(rhs);
61 }