1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00

fixed warnings

This commit is contained in:
Ilya Lavrenov
2014-06-16 18:38:03 +04:00
parent 079ff5c06d
commit ae5c87eafa
30 changed files with 194 additions and 181 deletions

View File

@@ -23,6 +23,8 @@ namespace cv{
Mat_<double> HShist, Vhist;
};
TrackingHistogram _origHist;
const TrackingFunctionPF & operator = (const TrackingFunctionPF &);
};
TrackingFunctionPF::TrackingHistogram::TrackingHistogram(const Mat& img,int nh,int ns,int nv){