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

Function uIntRound

include/openpose/utilities/fastMath.hpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 template<typename T>
54 inline unsigned int uIntRound(const T a)
55 {
56 return (unsigned int)(a+0.5f);
57 }
58
59 template<typename T>
60 inline unsigned long ulongRound(const T a)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected