mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-23 00:49:38 +08:00
vadim
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user