|
|
@ -90,9 +90,6 @@ using namespace tld; |
|
|
|
* ?10. all in one class
|
|
|
|
* ?10. all in one class
|
|
|
|
* todo:
|
|
|
|
* todo:
|
|
|
|
* initializer lists;
|
|
|
|
* initializer lists;
|
|
|
|
* const methods |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* ?( ) |
|
|
|
|
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
/* design decisions:
|
|
|
|
/* design decisions:
|
|
|
@ -710,7 +707,7 @@ void TrackerTLDModel::integrateRelabeled(Mat& img, Mat& imgBlurred, const std::v |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#ifdef CLOSED_LOOP |
|
|
|
#ifdef CLOSED_LOOP |
|
|
|
if( patches[k].shouldBeIntegrated || ( patches[k].isPositive == false ) ) |
|
|
|
if( patches[k].shouldBeIntegrated || !patches[k].isPositive ) |
|
|
|
#else |
|
|
|
#else |
|
|
|
if( patches[k].shouldBeIntegrated ) |
|
|
|
if( patches[k].shouldBeIntegrated ) |
|
|
|
#endif |
|
|
|
#endif |
|
|
|