8 point algorithm bug (Bug #4173)
Description
fundam.cpp > run8Point()
line: 576
gemm( U, Mat::diag(W), 1., 0, 0., TF, GEMM_1_T );
should be changed to
gemm( U, Mat::diag(W), 1., 0, 0., TF, 0);
Related issues
duplicates Bug #3441: 8-point fundamental matrix estimation seems to be broken | Done | 2013-12-18 |
History
Updated by Deanna Hood almost 10 years ago
- Status changed from New to Done