Tuesday, 9 August 2016

opencv - Predator TLK Algorithm in C#

I've been looking for any updates regarding the robust Predator tracking algorithm that trains itself over time automatically



for those who are unfamiliar you can check this



I'm not sure if anyone was able to port it on C# since he originally developed it on matlab



here's the latest thing I came up to TLD in OpenCV




I'm looking for a C# port if anybody successfully made it possible



Thanks in advance!

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...