Skip to content

keivanK1/Convolution-and-Cross-Correlation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convolution and Cross-Correlation

Implementation of Convolution (and Cross-Correlation) in C++. It will sharpen the image as well as shrink it.

Requirements

  • OpenCV
  • C++ enviroment and CMake

Getting Started

  • Clone the repository

  • Run cmake either in project directory or ./build to generate executable file

  • and the run it:

     ./main [Path to the Picture]