OpenCV based Image Processing Algorithm.
$ make # This command will compile all the source codes.
$ make PACKAGE=image-interpolation # This command will compile PACKAGE 'image-interpolation' in `src` folder.
$ clean # This command will compile all object files.
$ clean PACKAGE=image-interpolation # This command will clean the object files of PACKAGE 'image-interpolation' in `src` folder.
packages:
- Rafael C. Gonzalez. Digital Image Processing. (3rd ed.)