Detailed explanation of single-target tracing algorithm program of TLD -- OpenTLD Code; tld -- opentld
Principle of TLD algorithm: http://www.cnblogs.com/liuyihai/p/8306419.html
OpenTLD source code: https://github.com/zk00006/OpenTLD
Code explanation:
1. TLD code Summary: from the main () function, analysis of the entire TLD operation process: http://blog.csdn.net/zouxy09/article/details/7893026
2. TLD main entry: run_tld.cpp and tld_utils.cpp code Note: http://blog.csdn.net/zouxy09/article/details/7893032;http://blog.csdn.net/mydear_11000/article/details/47946771
3. TLD tracking module, LKTracker. h and LKTracker. cpp code annotation: http://blog.csdn.net/zouxy09/article/details/7893056;http://blog.csdn.net/mydear_11000/article/details/47946777
4. TLD classifier module: FerNNClassifier. h and FerNNClassifier. cpp Code Note: http://blog.csdn.net/zouxy09/article/details/7893090;http://blog.csdn.net/mydear_11000/article/details/47946809
5. TLD integrated module, TLD. h and TLD. cpp code annotation: http://blog.csdn.net/zouxy09/article/details/7893081;http://blog.csdn.net/mydear_11000/article/details/47946791