This repository is about basic computer vision techniques using OpenCV. It shows how to overlay text on an image, draw shapes, and save the modified image.
- Python3
- OpenCV
Install OpenCV with:
pip install opencv-python- Clone this repository
git clone https://github.com/kevnnty/opencv-starter-jetpack.git- Run the script in
main.pyto: Overlay text and draw a rectangle on the image. The result is saved in the assets directory as assignment-001-result.jpg.