bcpd icon indicating copy to clipboard operation
bcpd copied to clipboard

Bayesian Coherent Point Drift (BCPD/BCPD++/GBCPD/GBCPD++)

Results 6 bcpd issues
Sort by recently updated
recently updated
newest added

Hello, great implementation! I'm trying to match indices for my X and Y sets of points and it seems very difficult. 'output_e.txt' does not spit point indices, but rathe line...

Hi, any idea why I get this error and how to avoid it? Thanks, Cristian

I can't find the '.optpath.bin', how can I generate it or download it? =========================== fp=fopen('.optpath.bin'); N =fread(fp, 1, 'int32' ); D =fread(fp, 1, 'int32' ); M =fread(fp, 1, 'int32' );...

Thanks again for uploading the source code. It's a really great library and should be very helpful for my research. If possible, could you please add a license to your...

Hello Osamu, what kind of sampling strategy do you use in the Nyström-approximation of P? Is it a simple random sampling or some kind of informed well spread sampling like...

Hi, I noticed for an improved runtime you allow sampling and interpolation. As it is stated, the sampling is uniform, random or based on the distribution. However, I could not...