Just a python script implementing an algorithm to apply the Sobel operator in an image. Not the fastest algorithm, just the easiest.
git clone https://github.com/hott-henrique/Convolution.git
cd Convolution
pip install -r requirements.txt
python3 main.py --image-input assets/dog.jpg --image-output assets/s-dog.jpg


