Skip to content

sebe324/Image-Processing

Repository files navigation

Image-Processing

Real time demonstration of various image processing algorithms

App preview

obraz

Project status

This project is 99% finished. I don't plan to add more stuff to it.

How to build

CMake

  • Clone the source code
  • Download SFML and OpenCV
  • In the CMakeLists.txt change the following lines:
  • set(CMAKE_PREFIX_PATH "C:\\libraries\\SFML-2.6.0-VC")
  • set(CMAKE_PREFIX_PATH "C:\\libraries\\opencv\\build")
  • target_include_directories(ImageProcessing PRIVATE "C:\\libraries\\opencv\\build\\include")
  • target_include_directories(ImageProcessing PRIVATE "C:\\libraries\\SFML-2.6.0-VC\\include")
  • To your download locations
  • Then in console in the project do: cmake . cmake --build .
  • You may also need to move sfml and opencv DLLs to the folder with the executable.

IDE

Other

This video helped me to understand a lot of concepts related to image processing.

About

A demonstration of various image processing algorithms using OpenCV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published