MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / SumElems

Function SumElems

jni/stasm/misc.h:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270static inline double SumElems(
271 const MAT &mat)
272{
273 return double(cv::sum(mat)[0]);
274}
275
276// Generate the width used (in for example %2.2d) for printfs of landmark numbers
277//

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected