File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121from .. import pathtools
2222from ..log import LOG as log
2323
24-
2524# internal template strings used in string formatting (note: the `"""@private"""`
2625# pseudo-decorator is there to instruct [pdoc] to omit those variables when generating
2726# API documentation):
@@ -1351,11 +1350,13 @@ def interest_points_registration(
13511350 + "transformation=Affine "
13521351 + "regularize_model "
13531352 + "model_to_regularize_with=Affine "
1354- + "lamba =0.10 "
1353+ + "lambda =0.10 "
13551354 + "number_of_neighbors=3 "
13561355 + "redundancy=1 "
13571356 + "significance=3 "
1357+ + "search_radius=100 "
13581358 + "allowed_error_for_ransac=5 "
1359+ + "inlier_factor=3 "
13591360 + "ransac_iterations=Normal "
13601361 + "global_optimization_strategy=["
13611362 + "Two-Round: Handle unconnected tiles, "
You can’t perform that action at this time.
0 commit comments