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

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
@@ -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.