Skip to content

This repo contains code I used to do Image processing with the OpenCV library.

Notifications You must be signed in to change notification settings

hman1148/Intro_Image_Processing

Repository files navigation

Build Steps

1. Install OpenCV

  • Install OpenCV from the official OpenCV website.
  • After installation, create an enviromental variable called "OpenCV_DIR" with the path to \build\x64\vcxx\build

2. Add the enviomental variable to your VS code enviroment

  • Right click on the Image_Processing folder after configurating the project in Cmake and select Properties:
    • Click Debugging > Enviroment Variable path and add: PATH="path_to_opencv\build\x64\vcxx\build

About

This repo contains code I used to do Image processing with the OpenCV library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published