MCPcopy Create free account
hub / github.com/biometrics/openbr / projectAndWrite

Function projectAndWrite

openbr/core/eval.cpp:1133–1138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1131}
1132
1133static void projectAndWrite(Transform *t, const Template &src, const QString &filePath)
1134{
1135 Template dst;
1136 t->project(src,dst);
1137 OpenCVUtils::saveImage(dst.m(),filePath);
1138}
1139
1140float EvalLandmarking(const QString &predictedGallery, const QString &truthGallery, const QString &csv, int normalizationIndexA, int normalizationIndexB, int sampleIndex, int totalExamples)
1141{

Callers 1

EvalLandmarkingFunction · 0.85

Calls 1

projectMethod · 0.45

Tested by

no test coverage detected