Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl)
Fix the issue given NULL inlMask
This commit is contained in:
parent
9a555063e8
commit
42176f8eb1
@ -1799,7 +1799,6 @@ inline void RHO_HEST_REFC::refine(void){
|
|||||||
/**
|
/**
|
||||||
* Iteratively refine the homography.
|
* Iteratively refine the homography.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Find initial conditions */
|
/* Find initial conditions */
|
||||||
sacCalcJacobianErrors(best.H, arg.src, arg.dst, best.inl, arg.N,
|
sacCalcJacobianErrors(best.H, arg.src, arg.dst, best.inl, arg.N,
|
||||||
lm.JtJ, lm.Jte, &S);
|
lm.JtJ, lm.Jte, &S);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user