Ask Your Question
0

Why is the blob tracking code 'legacy'? What's replaced it?

asked 2013-10-14 07:19:01 -0600

dumbledad gravatar image

updated 2013-10-14 07:22:50 -0600

I was struggling to find where in the OpenCV API the blob tracking code that EmguCV uses is. I think I have found it religated to legacy code: https://github.com/Itseez/opencv/blob/master/modules/legacy/src/blobtrackingauto.cpp

Why is it legacy code and where is any blob tracking code APIs that have replaced it?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-10-14 07:45:56 -0600

Artem gravatar image

As far as I know if any code become legacy it is neither maintained nor developed further any more.

But you may take a look at SimpleBlobDetector at features2d module, this might be what you are looking for.

edit flag offensive delete link more

Comments

Thanks; detection's half the job, CvBlobTrackerAuto tracked them too. Is this now spread across classes?

dumbledad gravatar imagedumbledad ( 2013-10-14 09:45:26 -0600 )edit

Question Tools

Stats

Asked: 2013-10-14 07:19:01 -0600

Seen: 400 times

Last updated: Oct 14 '13