Skip to content

techping/image-processing-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OpenCV based Image Processing Algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published