add const qualifier to detectMultiScale method

This commit is contained in:
marina.kolpakova
2012-10-06 15:15:59 +04:00
parent 9771c3c7ec
commit 2d2c46e717
2 changed files with 7 additions and 13 deletions

View File

@@ -512,7 +512,7 @@ public:
//! return vector of bounding boxes. Each box contains one detected object
virtual void detectMultiScale(const Mat& image, const std::vector<cv::Rect>& rois, std::vector<cv::Rect>& objects,
int rejectfactor = 1);
int rejectfactor = 1) const;
protected:
enum { BOOST = 0 };