Menu

#4 typo in luacv_cvConvertScaleAbs

v1.0 (example)
open
nobody
None
5
2016-10-19
2016-10-19
[tc]
No

I think there is a typo in
src/lua_core.cpp line 1681:
shift=checknumber(L,3);
should be
shift=checknumber(L,4);

Discussion


Log in to post a comment.