Commit 07746b54 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed hybrid tracker build problems on Windows

parent c593355e
...@@ -79,9 +79,9 @@ struct CV_EXPORTS CvMeanShiftTrackerParams ...@@ -79,9 +79,9 @@ struct CV_EXPORTS CvMeanShiftTrackerParams
} }
int tracking_type; int tracking_type;
float h_range[]; vector<float> h_range;
float s_range[]; vector<float> s_range;
float v_range[]; vector<float> v_range;
CvTermCriteria term_crit; CvTermCriteria term_crit;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment