Skip to content
#

region-of-interest

Here are 45 public repositories matching this topic...

This demo is a simple software that I created using my studies and courses. It's designed for real-time object detection and tracking in video streams, using YOLOv8 for detection and ByteTrack for multi-object tracking. It is suitable for tracking objects in video footage, and can run on both GPU and CPU.

  • Updated Jul 18, 2025
  • Python

This is a computer vision project for solving the problem of lane detection in autonomous driving vehicles. The project uses simple thresholding based techniques in L*a*b color space. Programming has been done in C++ using OpenCV library.

  • Updated Nov 15, 2019
  • HTML

Lane detection is a crucial step in training autonomous driving cars. It helps identify and avoid entering other lanes by analyzing visual input. Lane recognition algorithms play a vital role in ADAS and autonomous vehicle systems. They accurately detect lane locations and borders, contributing to safe and reliable navigation.

  • Updated Jul 14, 2023
  • C++

Improve this page

Add a description, image, and links to the region-of-interest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the region-of-interest topic, visit your repo's landing page and select "manage topics."

Learn more