Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ ExtractKey
Class
ExtractKey
src/openni2/VideoStream.cpp:34–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#include
"Registration.hpp"
33
34
struct ExtractKey
35
{
36
template <typename T> typename T::first_type
37
operator()(T pair) const
38
{
39
return pair.first;
40
}
41
};
42
43
namespace Freenect2Driver
44
{
Callers
1
getSensorInfo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected