Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1842
bool
1843
isValid(const Eigen::Vector3d& v)
1844
{
1845
return not v.hasNaN();
1846
}
1847
1848
void* displayFrame(void *i) { //single thread
1849
Frame frame;
Callers
2
displayFrame
Function · 0.85
createMarker
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected