Image Unit Processing Interface. INFO: This is a mirror from GitHub. github.com/sona-tau/iupi
at main 21 lines 428 B view raw view rendered
1# IUPI 2**I**mage **U**nit **P**rocessing **I**nterface 3 4IUPI is an image processing interface employing simple operators. 5 6## Usage 7 8To execute your program simply open the `main.rkt` file in `src` and at the 9bottom create a new testcase. Afterwards use the tester function. 10 11Like this: 12``` 13(define my-test "(0,0,0)") 14(tester my-test) 15``` 16 17## CFG 18Please visit [CFG.md](./CFG.md) 19 20## To-do: 21Please visit: [to-do list](./TODO.md)