Bug introduced with rev. 6877? (Patch #1444)


Added by Sergey Popov over 13 years ago. Updated almost 13 years ago.


Status:Done Start date:
Priority:High Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:core
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

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.


operations.hpp.patch - Bug fix (490 Bytes) Sergey Popov, 2011-12-01 02:55 pm


Associated revisions

Revision b20871ce
Added by Vadim Pisarevsky over 13 years ago

fixed bug in Matx::inv(..., DECOMP_SVD) (ticket #1444)

Revision f9c61234
Added by Andrey Pavlenko over 11 years ago

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

Also available in: Atom PDF