farthest-point-sampling icon indicating copy to clipboard operation
farthest-point-sampling copied to clipboard

A vanilla implementation of farthest point sampling (FPS) algorithm in paper: "The farthest point strategy for progressive image sampling"

Results 2 farthest-point-sampling issues
Sort by recently updated
recently updated
newest added

v0 and v1 are slow when sample too much key-points, for example 4800, it cost more than hours, thus I code a new version for faster sampling. the code is...

a faster sampling version