py-ransac icon indicating copy to clipboard operation
py-ransac copied to clipboard

function call

Open QAbot-zh opened this issue 5 years ago • 1 comments

hello, I run your code, and I think it's very good. And I find a small flaw in the function call. line-fitting.py raw 31, you use: m, b = run_ransac(xys, estimate, lambda x, y: is_inlier(x, y, 0.01), goal_inliers, max_iterations, 20) while in the run_ransac.py, the function interface is : run_ransac(data, estimate, is_inlier, sample_size, goal_inliers, max_iterations, stop_at_goal=True, random_seed=None)

QAbot-zh avatar Jul 29 '19 03:07 QAbot-zh

I want to test writing,ha

beidou-1 avatar Jan 19 '22 03:01 beidou-1