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

Method height

src/cpu_depth_packet_processor.cpp:156–159  ·  view source on GitHub ↗

* Get the height of the image. * @return height of the image. */

Source from the content-addressed store, hash-verified

154 * @return height of the image.
155 */
156 int height() const
157 {
158 return height_;
159 }
160
161 /**
162 * Construct a new image buffer

Callers 1

flipHorizontalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected