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

optimise with numpy

Open RuizSerra opened this issue 3 years ago • 1 comments

Use numpy vector operations instead of iterating through data for better performance.

RuizSerra avatar Mar 24 '21 22:03 RuizSerra

Note that I also changed the run_ransac signature to take inlier_threshold (float) instead of is_inlier (function).

RuizSerra avatar Mar 24 '21 23:03 RuizSerra