| 1131 | } |
| 1132 | |
| 1133 | static 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 | |
| 1140 | float EvalLandmarking(const QString &predictedGallery, const QString &truthGallery, const QString &csv, int normalizationIndexA, int normalizationIndexB, int sampleIndex, int totalExamples) |
| 1141 | { |
no test coverage detected