1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 23:01:45 +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;
};
TrackingHistogram _origHist;
const TrackingFunctionPF & operator = (const TrackingFunctionPF &);
};

View File

@@ -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*/){}