Is there a reason why the tracking code was moved to a legacy module starting from 4.5.1?

Hello

  1. Is there a special reason why the tracking code was moved to a legacy module starting from 4.5.1?

  2. And for what reason is it usually moved to a legacy module?

I am a developer on a C# project.
I use opencv using opencvSharp dll, but I am in a situation where multi-tracking or tracking code goes to legacy and needs to be built separately.

But I’m curious why they went to legacy, but I can’t find a place that gives a clear answer, so I’m asking the question.

yes, the internal interfaces & thus, the usage changed, you can not re-init a tracking model from the legacy namespace, but you can with the new interface

what ? seperately ? why that ?

1 Like

I think I said something strange…!

Um… What I wanted to say is that the opencvsharp project does not provide an interface to legacy code (I don’t know why…).

So I was curious why Trakcing was moved… : )