Ask Your Question
0

OpenCVSharp - Object detection and tracking [closed]

asked 2019-09-06 10:56:36 -0600

Hi,

I am new to OpenCV or OpenCVSharp more precisely. How can I detect objects from a camera and how can I track them from frame to frame? Is an example source code available for that purpose?

I would like to do an automated image processing with beetles. Could the recognized objects get an id for a discrimination between each beetle and for an individual tracking?

Best wishes

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by LBerger
close date 2020-02-24 20:21:19.365301

Comments

opencvsharp is off topics

LBerger gravatar imageLBerger ( 2019-09-06 11:01:13 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2019-09-06 16:27:23 -0600

Witek gravatar image

updated 2019-09-06 16:28:34 -0600

Have a look here:

https://github.com/Smorodov/Multitarg...

It does everything you want, but might be not so easy to setup and use if you have little experience. There is even a video with bugs running around :)

edit flag offensive delete link more

Comments

1

i suggest you to use (early core) code for beginning if you want to try and use it.also there is lk_track.py as an interesting alternative to try

sturkmen gravatar imagesturkmen ( 2019-09-06 16:49:17 -0600 )edit
1

The Smorodov/Multitarget-tracker is too difficult only on first look. It can to remove all detectors and keep only Background subtraction. UFO detector ( https://ufoid.net/ ) used Multitarget-tracker with background subtraction: https://github.com/UFOID/UFO-Detector DeepDriving used Multitarget-tracker only with YOLO: https://github.com/DeepDriving/Multit...

Nuzhny007 gravatar imageNuzhny007 ( 2019-09-18 07:58:58 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2019-09-06 10:56:36 -0600

Seen: 2,177 times

Last updated: Sep 06 '19