Bug introduced with rev. 6877? (Patch #1444)
Description
File modules/core/include/opencv2/core/operations.hpp, line 823
ok = invert(A, B, method);
accidently replaced by the line
ok = (0.0 == invert(A, B, method));
to suppress msvc warning.
Associated revisions
fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444)
Merge pull request #1444 from ilya-lavrenov:ocl_test_mog
History
Updated by Vadim Pisarevsky over 13 years ago
thanks! the bug is fixed in trunk, r7037
- Status changed from Open to Done
- (deleted custom field) set to fixed
Updated by Andrey Kamaev almost 13 years ago
- Tracker changed from Bug to Patch
- Target version set to 2.4.0