Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 275 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 275 Bytes

Image-Sobel-Addition

Program to read images from binary files and perform operations on them such as pixel addition, multiplication, applying Sobel filter etc. Usage from bash terminal:

To compile:

g++ -o sobel *.cpp

To run:

./sobel image1.bin image2.bin output.txt