1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 00:49:38 +08:00
This commit is contained in:
Alex Leontiev
2014-07-28 12:56:39 +03:00
parent ee76722c77
commit 8c38fa7658

View File

@@ -78,10 +78,21 @@ using namespace tld;
* perfect PN
*
* vadim:
* ?3. comment each function/method
* 5. empty lines to separate logical...
* 6. comment logical sections
* ?10. all in one class
* 11. group decls logically, order of statements
* 12. not v=vector(n), but assign(n,0)
* -->14. TLDEnsembleClassifier
* 16. loops limits
* 17. inner scope loops
* 18. classify in TLDEnsembleClassifier
* 19. var checker
* 20. NCC using plain loops
* 21. precompute offset
* 22. vec of structs (detect and beyond)
*
* blurred in TrackerTLDModel()
*
* warpAffine -- ?
*/
/* design decisions: