Adding a Border to the Image using NumPy
Introduction
In this article, we will learn how to add/draw a border to the image. We use OpenCV to read the image. The rest of the part is handled by NumPy to code from scratch. We rely on it for the matrix operations that can be achieved with so mu...
msameeruddin.hashnode.dev6 min read