MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / create

Method create

src/cpu_depth_packet_processor.cpp:166–170  ·  view source on GitHub ↗

* Construct a new image buffer * @param height Height of the new image. * @param width Width of the new image. */

Source from the content-addressed store, hash-verified

164 * @param width Width of the new image.
165 */
166 void create(int height, int width)
167 {
168 deallocate();
169 allocate(width, height);
170 }
171
172 /**
173 * Copy image data to the provided matrix.

Callers 2

copyToMethod · 0.80
loadXZTablesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected