Skip to content

Object Tracker built using OpenCV to track faces within a face-detection system used in thermal imaging to track body temperatures during COVID-19 Screening

License

Notifications You must be signed in to change notification settings

AbhinandanVellanki/Object-Tracker

Repository files navigation

Object-Tracker

Installation

Required: OpenCV 4.1 or above, installed with Opencv_contrib dependency

Usage

from tracker import track

tracker = track(tracker_type)

tracker_type = "csrt": Discriminative Correlation Filter "kcf": Kernelized Correlation Filters "boosting": BOOSTING Tracker "mil": MIL Tracker, "tld": TLD Tracker, "medianflow": MedianFlow Tracker "mosse": MOSSE Tracker

new bounding box coordinates = tracker.track(, , )

Testing

unit test defined in main, specify target video and type of tracker to use.

About

Object Tracker built using OpenCV to track faces within a face-detection system used in thermal imaging to track body temperatures during COVID-19 Screening

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages