mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
More LevMarq bugfixes.
LevMarq now doesn't outright fail, but doesn't seem to improve things much if at all.
This commit is contained in:
@@ -327,7 +327,8 @@ static bool createAndRunRHORegistrator(double confidence, int maxIters, double r
|
||||
confidence,
|
||||
4,
|
||||
beta,
|
||||
RHO_FLAG_ENABLE_NR,
|
||||
/*RHO_FLAG_ENABLE_NR,*/
|
||||
RHO_FLAG_ENABLE_NR | RHO_FLAG_ENABLE_FINAL_REFINEMENT,
|
||||
NULL,
|
||||
(float*)tmpH.data);
|
||||
rhoRefCFini(&p);
|
||||
|
||||
Reference in New Issue
Block a user