Page 1 of 1

More methods for -SF_INTERP please

Posted: Fri Dec 19, 2025 2:39 pm
by linda
Hi,

would it be possible to add different interpolation methods for -SF_INTERP in the command line?
Currently, it uses nearest neighbours as the default. But I'm building a processing pipeline for transferring label SFs (e.g. segmented trees) from one pointcloud to multiple others, and I need to use the nearest neighbour method (the default parameters set in the GUI are fine).

Thanks a lot!

Linda

Re: More methods for -SF_INTERP please

Posted: Sun Dec 28, 2025 12:29 pm
by daniel
Ok, so in the latest version online, I added 2 options:
'-SF_INTERP {SF index} -INTERP_NN k' to use nearest neighbors interpolation (k = number of neighbors)
or
'-SF_INTERP {SF index} -INTERP_RADIUS r' to use interpolation inside a sphere (r = sphere radius)
(these new options must always be placed after '-DEST_IS_FIRST')