Skip to content

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

Notifications You must be signed in to change notification settings

artogahr/Image-Sobel-Addition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Languages