add structures for cascade representation

This commit is contained in:
marina.kolpakova
2012-08-28 20:01:40 +04:00
parent 108fd169f7
commit 9966d7feba
3 changed files with 133 additions and 0 deletions

View File

@@ -506,7 +506,19 @@ protected:
// int stripSize, int yStep, double factor, vector<Rect>& candidates,
// vector<int>& rejectLevels, vector<double>& levelWeights, bool outputRejectLevels=false);
enum { BOOST = 0 };
private:
struct Feature
{
cv::Rect rect;
int channel;
};
stuct Stamp
{
};
struct Filds;
Filds* filds;
};