Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKinect/libfreenect2
/ Mat
Method
Mat
src/cpu_depth_packet_processor.cpp:110–112 ·
view source on GitHub ↗
Default constructor. */
Source
from the content-addressed store, hash-verified
108
public:
109
/** Default constructor. */
110
Mat():buffer_(0), buffer_end_(0)
111
{
112
}
113
114
/**
115
* Constructor with locally allocated buffer.
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected