An open API service indexing awesome lists of open source software.

https://github.com/ozancansel/digital-image-processing

Most of image processing procedure implementations which are mentioned in Digital Image Processing in Gonzales 3rd Edition
https://github.com/ozancansel/digital-image-processing

cpp image-processing opencv rafaelgonzales tutorial

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/OzanCansel/digital-image-processing.svg?branch=master)](https://travis-ci.org/OzanCansel/digital-image-processing)
# 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