提交 07746b54 编写于 作者: V Vadim Pisarevsky

fixed hybrid tracker build problems on Windows

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册