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
625 stars 161 forks source link

'abpBrainExtraction' function in ANTsPY #458

Closed zbjbiubiubiu closed 9 months ago

zbjbiubiubiu commented 1 year ago

Hi. teams! Thank you for providing the python version of ants,which is very convenient and useful! But I have a question, there is ’abpBrainExtraction‘ function in ANTsR, but in ANTsPY, I did not find the corresponding function. Is it only ANTsR that provides the function of 'abpBrainExtraction'? How is this function implemented in ANTsPY?

Thanks for your help, much appreciated.

ntustison commented 1 year ago

abpBrainExtraction is not implemented in ANTsPy and given the existence of ANTsPyNet/brain_extraction.py, such an implementation would be low priority.