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

Function isValid

rtpose_wrapper/apps/rtpose.cpp:1842–1846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1840
1841
1842bool
1843isValid(const Eigen::Vector3d& v)
1844{
1845 return not v.hasNaN();
1846}
1847
1848void* displayFrame(void *i) { //single thread
1849 Frame frame;

Callers 2

displayFrameFunction · 0.85
createMarkerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected