This repository is intended for studying image processing, with small exercises and practical experiments for learning and practice.
opening.py— loading and opening imagessynthesizing.py— synthesizing images and making flagsgrayscale.py— manual implementation of grayscale conversionfilters.py— applying some filters on imagesbox_blur_filter.py— applying box blur filtersobel_filter.py— manual implementation of vertical and horizontal sobel filter