GitHunt
AR

artogahr/Image-Sobel-Addition

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

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

Languages

C++100.0%

Contributors

Created February 20, 2019
Updated June 11, 2025
artogahr/Image-Sobel-Addition | GitHunt