Commit e8353d92 authored by Vladimir's avatar Vladimir

Fixing whitespaces #2

parent ecc71c32
...@@ -24,7 +24,6 @@ namespace cv{ ...@@ -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 &);
}; };
......
...@@ -53,7 +53,6 @@ namespace cv ...@@ -53,7 +53,6 @@ namespace cv
class TrackerTLDModel : public TrackerModel class TrackerTLDModel : public TrackerModel
{ {
public: public:
...@@ -75,7 +74,6 @@ namespace cv ...@@ -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*/){}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment