gradywright / cfpu

Curl-Free RBF Partition of Unity (CFPU) method for implicit surface reconstruction from oriented point clouds
MIT License
10 stars 1 forks source link

Can cfpu return the RBF parameters? #2

Open wly2014 opened 1 year ago

wly2014 commented 1 year ago

I want to get the RBF parameters to calculate the potential value on any coordinate. How can I get those RBF parameters? Thank you very much.

gradywright commented 1 year ago

All the parameters are stored in the puminfo structure returned by cfpufit. I can write a function that does what you ask, i.e., evaluates the potential at any point in $R^3$. However, it will take me a couple of days.