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

Build time due to possibly extraneous programs #308

Closed ntustison closed 4 years ago

ntustison commented 4 years ago

Hey @stnava ,

One thing I noticed with the recent pull request was that the programs confidenceConnectedImage.cpp and connectedThresholdImage.cpp are getting compiled but they're not included in the list of ANTsR programs. They look familiar like maybe I wrote them but I haven't used them and they're obviously not being used in ANTsR and they're just increasing build times. Anyway, what do you think about getting rid of them to reduce the build time?

stnava commented 4 years ago

sounds reasonable - they can always be pulled back in if need be.