MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / getFullYRes

Method getFullYRes

Wrappers/OpenNI.java/src/org/openni/MapMetaData.java:117–119  ·  view source on GitHub ↗

Gives the full, non-windowed vertical resolution stored for this map @return Y resolution in pixels

()

Source from the content-addressed store, hash-verified

115 * @return Y resolution in pixels
116 */
117 public int getFullYRes() {
118 return fullYRes;
119 }
120 /**
121 * Sets the full, non-windowed Y resolution stored for this map
122 * @param fullYRes Desired new Y resolution value in pixels

Callers 3

SimpleViewerMethod · 0.80
UserTrackerMethod · 0.80
HandTrackerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected