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
- Host: GitHub
- URL: https://github.com/ozancansel/digital-image-processing
- Owner: OzanCansel
- License: gpl-3.0
- Created: 2019-02-04T07:53:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T07:37:59.000Z (over 6 years ago)
- Last Synced: 2025-03-21T19:12:38.159Z (3 months ago)
- Topics: cpp, image-processing, opencv, rafaelgonzales, tutorial
- Language: C++
- Homepage:
- Size: 321 KB
- Stars: 17
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/OzanCansel/digital-image-processing)
# digital-image-processingThis 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