summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ovision/see/test_hotelling.cc
diff options
context:
space:
mode:
authorgaillaro2005-05-01 16:51:56 +0000
committergaillaro2005-05-01 16:51:56 +0000
commit2cccac9a44079ad6d7d474ac39e40b8e2270ead7 (patch)
treedbc82e2031075bc136009477ce65ba4b9682aff1 /2005/i/robert/src/ovision/see/test_hotelling.cc
parent45833f980001efc4ee7468187a4a37042776e12e (diff)
ajout des classes eraser pour tester la taille des quilles trouvées
Diffstat (limited to '2005/i/robert/src/ovision/see/test_hotelling.cc')
-rw-r--r--2005/i/robert/src/ovision/see/test_hotelling.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/2005/i/robert/src/ovision/see/test_hotelling.cc b/2005/i/robert/src/ovision/see/test_hotelling.cc
index 3f2bfbc..4edacb3 100644
--- a/2005/i/robert/src/ovision/see/test_hotelling.cc
+++ b/2005/i/robert/src/ovision/see/test_hotelling.cc
@@ -42,5 +42,7 @@ main(int argc, char **argv)
hote.eigenVectors ();
hote.showCovMatrix ();
hote.showEigenVectors ();
+
+ delete oconfig_;
}