Commit 0d513134bd2bac9dc9fbfe48663ea9902236485d

Authored by Brendan Klare
1 parent fbaffac9

Final mistake for trivial "conf" change

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/eigen3.cpp
... ... @@ -493,7 +493,7 @@ class LDATransform : public Transform
493 493 outMap = projection.transpose() * (inMap - mean);
494 494  
495 495 if (isBinary) {
496   - dst.file.set("conf",dst.m().at<float>(0,0));
  496 + dst.file.set("Confidence",dst.m().at<float>(0,0));
497 497 }
498 498 }
499 499  
... ...