Commit a54d456a authored by marina.kolpakova's avatar marina.kolpakova

parse soft cascade from xml

parent fe2c38be
...@@ -517,17 +517,6 @@ protected: ...@@ -517,17 +517,6 @@ protected:
}; };
private: private:
struct Feature
{
cv::Rect rect;
int channel;
};
struct Stamp
{
};
struct Filds; struct Filds;
Filds* filds; Filds* filds;
}; };
......
This diff is collapsed.
...@@ -41,7 +41,10 @@ ...@@ -41,7 +41,10 @@
#include "test_precomp.hpp" #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));
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment