1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

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
+4 -1
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));
}