提交 1160b04f 编写于 作者: R Roman Donchenko

Fixed a build warning in softcascade.

上级 3443fd85
......@@ -200,7 +200,7 @@ struct cv::softcascade::SCascade::Fields
}
fns = fns[SC_TREES];
if (fn.empty()) return false;
if (fn.empty()) return 0;
// for each stage (~ decision tree with H = 2)
FileNodeIterator st = fns.begin(), st_end = fns.end();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册