Is there a special reason why the tracking code was moved to a legacy module starting from 4.5.1?
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