1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00

fixed compile error and warning

This commit is contained in:
Vadim Pisarevsky
2015-05-05 18:56:45 +03:00
parent 4d30d09b47
commit 9d38de38b2
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ namespace cv{
public:
TrackingFunctionPF(const Mat& chosenRect);
void update(const Mat& image);
int getDims() const { return 4; }
double calc(const double* x) const;
void correctParams(double* pt)const;
private: