Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 489 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 489 Bytes

simpleImgProc

an educational image processing library for Matlab

To do (finite):

  • 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

To do (ongoing):

  • improve readability (with minimal speed sacrifice)
  • improve speed (without compromising readibility)