| 268 | } |
| 269 | |
| 270 | static 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 | // |
no outgoing calls
no test coverage detected