Skip to content

Image Processing using opencv in c++. The code for basic operations is submitted here.

Notifications You must be signed in to change notification settings

DaviKaur/ImageProcessingC-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageProcessingC-

Image Processing using opencv in c++. The code for basic operations is submitted here.

To start with this- First off, install g++, opencv, Qt in your notebook. Write a code in editor. Compile this using the following command: sudo g++ -o filename filename.cpp pkg-config opencv --cflags --libs Then filnally run this with: ./filename

You will get the desired output.

About

Image Processing using opencv in c++. The code for basic operations is submitted here.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages