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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user