1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 07:31:26 +08:00

Fixing whitespaces #2

This commit is contained in:
Vladimir
2015-06-26 10:58:53 +09:00
parent ecc71c324b
commit e8353d923c
4 changed files with 4 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ namespace cv{
Mat_<double> HShist, Vhist; Mat_<double> HShist, Vhist;
}; };
TrackingHistogram _origHist; TrackingHistogram _origHist;
const TrackingFunctionPF & operator = (const TrackingFunctionPF &); const TrackingFunctionPF & operator = (const TrackingFunctionPF &);
}; };

View File

@@ -53,7 +53,6 @@ namespace cv
class TrackerTLDModel : public TrackerModel class TrackerTLDModel : public TrackerModel
{ {
public: public:
@@ -75,7 +74,6 @@ namespace cv
protected: protected:
Size minSize_; Size minSize_;
TrackerTLD::Params params_; TrackerTLD::Params params_;
void pushIntoModel(const Mat_<uchar>& example, bool positive); void pushIntoModel(const Mat_<uchar>& example, bool positive);
void modelEstimationImpl(const std::vector<Mat>& /*responses*/){} void modelEstimationImpl(const std::vector<Mat>& /*responses*/){}