MCPcopy Create free account
hub / github.com/colmap/colmap / PrintErrorStats

Function PrintErrorStats

src/colmap/exe/model.cc:194–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void PrintErrorStats(std::ostream& out,
195 const AlignmentErrorSummary::Statistics& stats) {
196 out << "Min: " << stats.min << '\n';
197 out << "Max: " << stats.max << '\n';
198 out << "Mean: " << stats.mean << '\n';
199 out << "Median: " << stats.median << '\n';
200 out << "P90: " << stats.p90 << '\n';
201 out << "P99: " << stats.p99 << '\n';
202}
203
204void PrintComparisonSummary(std::ostream& out,
205 const std::vector<ImageAlignmentError>& errors) {

Callers 1

PrintComparisonSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected