ANTsX / ANTsPy

A fast medical imaging analysis library in Python with algorithms for registration, segmentation, and more.
https://antspyx.readthedocs.io
Apache License 2.0
608 stars 161 forks source link

estSmooth() in antspy? #511

Closed samtorrisi closed 8 months ago

samtorrisi commented 8 months ago

hi there gurus

i see a reference to an estSmooth() function in antsR but i'm curious if that function is or will be available in antspy?

and does it output smoothness estimates for all 3 dimensions separately? thanks!

-Sam

ntustison commented 8 months ago

That function was part of a larger contribution made prior to the development of ANTsPy by a contributor who hasn't made any other contributions. Although a great contribution, I don't think it has gotten used much, if at all, by the core ANTs developers so it probably won't get ported over to ANTsPy anytime soon.

samtorrisi commented 8 months ago

ok, i understand and thanks for the fast response.

stnava commented 8 months ago

side note: something like chatgpt could probably convert it automatically.

cookpa commented 8 months ago

Anyone know if there is an ITK filter that does this? It would be nice to have in ImageMath

ntustison commented 8 months ago

My guess is no but agree that it would be a great contribution.