mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 16:35:09 +08:00
Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl)
Fix the issue given NULL inlMask
This commit is contained in:
parent
44f906eb35
commit
5070f2a334
@ -1346,7 +1346,7 @@ inline void RHO_HEST_REFC::nStarOptimize(void){
|
||||
*/
|
||||
|
||||
inline void RHO_HEST_REFC::updateBounds(void){
|
||||
arg.maxI = sacCalcIterBound(arg.cfd,
|
||||
arg.maxI = sacCalcIterBound(arg.cfd,
|
||||
(double)best.numInl/arg.N,
|
||||
SMPL_SIZE,
|
||||
arg.maxI);
|
||||
|
Loading…
Reference in New Issue
Block a user