digital-image-processing icon indicating copy to clipboard operation
digital-image-processing copied to clipboard

Most of image processing procedure implementations which are mentioned in Digital Image Processing in Gonzales 3rd Edition

Build Status

digital-image-processing

This project aims to implement the algorithms which are encountered in Digital Image Processing (3rd Edition): Rafael C. Gonzalez.

It is under GNU General Public License.

Dependencies and required(recommended) tools

  • Visual Studio 2017 Community Version
  • OpenCV 3.x.x or higher
  • CMake
  • A compiler which supports C++14 and higher

FAQ

  • While configuring with cmake, you can encounter x86 - x64 issues, try to compile with Visual Studio 15 2017 Win64 to overcome that issue
  • While configuring make sure that OpenCV path exists in the environment