SpFeas is a Python library for processing spatial (contextual) image features and image classification.
SpFeas has only been tested on Python 2.7.
-
Open INSTALLATION.ipynb under /notebooks.
-
Follow the instructions to install SpFeas for your operating system.
-
On OSX, the following line should print /usr/local/bin/spfeas:
which spfeas
- On Windows, the following line should print C:<Python path>\Scripts\spfeas:
where spfeas
- To uninstall SpFeas, type the following line in the terminal
pip uninstall spfeas
Print help:
spfeas -h
Print examples:
spfeas -e
Please refer to /notebooks/examples.ipynb.
For questions or bugs, contact Jordan Graesser ([email protected]).