pull/55/head
Alex Leontiev 11 years ago
parent 01aa659353
commit f05f8cfcf2
  1. 5
      modules/tracking/src/tld_tracker.cpp

@ -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

Loading…
Cancel
Save