fixed typo

This commit is contained in:
marina.kolpakova
2012-11-07 02:27:07 +04:00
parent 5fb9f48360
commit 4656872161
2 changed files with 10 additions and 10 deletions

View File

@@ -561,8 +561,8 @@ public:
private:
void detectNoRoi(const Mat& image, std::vector<Detection>& objects) const;
struct Filds;
Filds* filds;
struct Fields;
Fields* fields;
float minScale;
float maxScale;