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:
@@ -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*/){}
|
||||
|
Reference in New Issue
Block a user