提交 695aa02e 编写于 作者: V Vadim Pisarevsky

little change in flann save_value. Likely does not affect anything

上级 56d4f875
......@@ -97,7 +97,7 @@ CV_EXPORTS IndexHeader load_header(FILE* stream);
template<typename T>
void save_value(FILE* stream, const T& value, int count = 1)
{
fwrite(&value, sizeof(value),count, stream);
fwrite(&value, 1, sizeof(value)*count, stream);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册