Skip to content

kvnnty/opencv-starter-jetpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Exploring Computer Vision πŸš€πŸš€

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.

Requirements

  • Python3
  • OpenCV

Install OpenCV with:

pip install opencv-python

Usage

  • Clone this repository
git clone https://github.com/kevnnty/opencv-starter-jetpack.git
  • Run the script in main.py to: Overlay text and draw a rectangle on the image. The result is saved in the assets directory as assignment-001-result.jpg.

About

Exploring Computer Vision with OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages