Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.09 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.09 KB

image-processing-algorithum

OpenCV based Image Processing Algorithm.

compile

$ 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.

example

packages:

  1. image-interpolation
  2. grayscale-transformer
  3. histogram
  4. spatial-filter
  5. perspective-transformer

reference

  • Rafael C. Gonzalez. Digital Image Processing. (3rd ed.)