pull/13383/head
Maria Dimashova 14 years ago
parent fa6400843e
commit e7ef84b2c2
  1. 3
      modules/features2d/src/matchers.cpp

@ -914,7 +914,8 @@ void OneWayDescriptorMatcher::clear()
GenericDescriptorMatcher::clear(); GenericDescriptorMatcher::clear();
prevTrainCount = 0; prevTrainCount = 0;
base->clear(); if( !base.empty() )
base->clear();
} }
void OneWayDescriptorMatcher::train() void OneWayDescriptorMatcher::train()

Loading…
Cancel
Save