Commit f05f8cfc authored by Alex Leontiev's avatar Alex Leontiev

commit

parent 01aa6593
...@@ -90,9 +90,6 @@ using namespace tld; ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment