MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / getSize

Method getSize

include/openpose/core/array.hpp:238–241  ·  view source on GitHub ↗

* Return a vector with the size of each dimension allocated. * @return A std::vector with the size of each dimension. If no memory has been allocated, it will return * an empty std::vector. */

Source from the content-addressed store, hash-verified

236 * an empty std::vector.
237 */
238 inline std::vector<int> getSize() const
239 {
240 return mSize;
241 }
242
243 /**
244 * Return a vector with the size of the desired dimension.

Callers 2

ArrayMethod · 0.45
workMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected