ANTsX / ANTsR

R interface to the ANTs biomedical image processing library
https://antsx.github.io/ANTsR
Apache License 2.0
127 stars 35 forks source link

ENH: integrate velocity field. #372

Closed ntustison closed 1 year ago

ntustison commented 1 year ago

Still need to look and possibly clean up the other instantiation in ANTsRCore.

ntustison commented 1 year ago

Okay, @stnava, I believe all the functionality has been reconciled across the various repos for integrating velocity fields. One follow-up question I had for you was whether or not you wanted to use the b-spline functionality to create such velocity fields. The underlying ITK code makes this functionality available but I don't believe it's instantiated as a possible option in ANTsR/ANTsPy.

ntustison commented 1 year ago

Nevermind @stnava. I went ahead and instantiated it anyway in both ANTsR/ANTsPy so it's there if you'd like to use it.

ntustison commented 1 year ago

"it" being creating 2-D and 3-D time-varying velocity fields by fitting a b-spline object to scattered data.