an educational image processing library for Matlab
- add documentation at the top of each function
- standardize documentation among functions
- add citations to primary sources
- add comments throughout each function
- standardize variable naming conventions among functions
- add input checking (asserts)
- add unit tests
- improve readability (with minimal speed sacrifice)
- improve speed (without compromising readibility)