From 0d513134bd2bac9dc9fbfe48663ea9902236485d Mon Sep 17 00:00:00 2001 From: Brendan Klare Date: Wed, 23 Oct 2013 19:16:16 -0400 Subject: [PATCH] Final mistake for trivial "conf" change --- openbr/plugins/eigen3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/eigen3.cpp b/openbr/plugins/eigen3.cpp index 1b71955..3507b91 100644 --- a/openbr/plugins/eigen3.cpp +++ b/openbr/plugins/eigen3.cpp @@ -493,7 +493,7 @@ class LDATransform : public Transform outMap = projection.transpose() * (inMap - mean); if (isBinary) { - dst.file.set("conf",dst.m().at(0,0)); + dst.file.set("Confidence",dst.m().at(0,0)); } } -- libgit2 0.21.4