Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 742 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 742 Bytes

Object Detection OpenCV

By Luiz H. Buris

Introdução

O rastreamento de objetos é uma tarefa muito útil quando aplicado no mundo real. Realizar o rastreamento envolve a tarefa de identificar um objeto e após isso acompanhar sua trajetória. Existem diversas maneiras para identificar um objeto é utilizar a técnica, uma dela a Haar-like. Outra maneira, é simplesmente definir um subtrator de fundo para identificar o objeto para rastrear.

Code organization

  • object_detector_opencv.py: .

Train

you can now carry out "run" the python scrypt with the following command:

python3 object_detector_opencv.py