You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple of sampling functions are implemented in 29c70a1.
The best time is given by the 4th, but it allocates a lot. Comparing on master with the commit before gaves a bit of speed advancement, but allocates more. Not sure of the speed is noise or not.
From julia 1.5 views don't allocate, which give better results for both (the "original" and the 4th sampling) functions.
RANSACBenchmark.jl now has a couple functions that help to benchmark sampling functions.
Sampling is currently requires time and ugly. I should completely rethink it.
PointCloud
and the parameters.The text was updated successfully, but these errors were encountered: