Commit e8353d92 authored by Vladimir's avatar Vladimir

Fixing whitespaces #2

parent ecc71c32
......@@ -24,7 +24,6 @@ namespace cv{
Mat_<double> HShist, Vhist;
};
TrackingHistogram _origHist;
const TrackingFunctionPF & operator = (const TrackingFunctionPF &);
};
......
......@@ -53,7 +53,6 @@ namespace cv
class TrackerTLDModel : public TrackerModel
{
public:
......@@ -75,7 +74,6 @@ namespace cv
protected:
Size minSize_;
TrackerTLD::Params params_;
void pushIntoModel(const Mat_<uchar>& example, bool positive);
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