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