remove unused parameter from softcascade::Octave constructor

This commit is contained in:
marina.kolpakova
2013-03-02 13:06:29 +04:00
parent d539dae6d0
commit ac471fadd6
4 changed files with 7 additions and 8 deletions

View File

@@ -202,7 +202,7 @@ public:
virtual ~Octave();
static cv::Ptr<Octave> create(cv::Rect boundingBox, int npositives, int nnegatives,
int logScale, int shrinkage, int poolSize, cv::Ptr<ChannelFeatureBuilder> builder);
int logScale, int shrinkage, cv::Ptr<ChannelFeatureBuilder> builder);
virtual bool train(const Dataset* dataset, const FeaturePool* pool, int weaks, int treeDepth) = 0;
virtual void setRejectThresholds(OutputArray thresholds) = 0;