remove debug imshow from code

This commit is contained in:
marina.kolpakova
2012-10-06 22:22:53 +04:00
parent 8e092f8b5d
commit 5651743784
3 changed files with 40 additions and 41 deletions

View File

@@ -501,6 +501,8 @@ public:
int kind;
enum {PEDESTRIAN = 0};
Detection(const cv::Rect& r, const float c, int k = PEDESTRIAN) : rect(r), confidence(c), kind(k) {}
};
//! An empty cascade will be created.