MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ColumnCompare

Class ColumnCompare

rtpose_wrapper/apps/rtpose.cpp:221–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219std::recursive_mutex _depth_queue_mutex;
220
221struct ColumnCompare
222{
223 bool operator()(const std::vector<double>& lhs,
224 const std::vector<double>& rhs) const
225 {
226 return lhs[2] > rhs[2];
227 //return lhs[0] > rhs[0];
228 }
229};
230
231Global global;
232std::vector<NetCopy> net_copies;

Callers 2

connectLimbsFunction · 0.85
connectLimbsCOCOFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected