AnukritiSinghh / Acme-Robotics-Human-Tracker-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acme Robotics Human Tracker Module

License: MIT

Build Status

Coverage Status

Authors

Table of Contents

  1. Introduction
  2. Project Proposal Documentation

Introduction

The goal of human detection is to locate every individual in each video image while making the fewest number of false positives. Because it could be used for military, safety, security, and entertainment purposes, the problem of detecting, localizing, and tracking human presence has received a lot of attention. Finding the locations of all instances of humans present in an image is the goal of human detection, which we will complete by examining every area of the image and locating humans in relation to the robotic frame.

Project proposal

  • The Project Proposal Document is attachted here.
  • The Quad Chart is attachted here.
  • The UML Activity Diagram is attachted here.
  • The UML Sequence Diagram is attachted here.
  • The video for the proposal is attachted here.

About

License:MIT License


Languages

Language:C++ 87.7%Language:CMake 12.3%