siavashk / pycpd

Pure Numpy Implementation of the Coherent Point Drift Algorithm
MIT License
510 stars 115 forks source link

How do I calculate its registration accuracy? #88

Closed bhjbvs closed 9 months ago

bhjbvs commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

gattia commented 9 months ago

There are many ways this could be done, and it is more about the type of analysis or study you are trying to conduct than the software itself.

One simple example would be to apply a known transform to the data, then try to register to the original data and calculate some sort of error.

I’m closing this issue as it seems off topic to the core of the library.