+This project uses numpy, scipy, f2py and fortran in feature calculation. Fortran was used in this project due to its ability to work with numpy and its speed in array based calculations. Due to the nature of the feature matrix calculations indiviual pixels need to be looped over for calculations, which python/numpy arrays struggle to do effieciently, so this part of the project was passed over to fortran for significant speed improvement.
0 commit comments