parse soft cascade from xml

This commit is contained in:
marina.kolpakova
2012-09-04 18:03:10 +04:00
parent fe2c38be80
commit a54d456ad0
3 changed files with 222 additions and 137 deletions

View File

@@ -41,7 +41,10 @@
#include "test_precomp.hpp"
TEST(SoftCascade, HOG)
TEST(SoftCascade, readCascade)
{
std::string xml = "/home/kellan/icf-template.xml";
cv::SoftCascade cascade;
ASSERT_TRUE(cascade.load(xml));
}