fixed #932
This commit is contained in:
parent
fa6400843e
commit
e7ef84b2c2
@ -914,7 +914,8 @@ void OneWayDescriptorMatcher::clear()
|
||||
GenericDescriptorMatcher::clear();
|
||||
|
||||
prevTrainCount = 0;
|
||||
base->clear();
|
||||
if( !base.empty() )
|
||||
base->clear();
|
||||
}
|
||||
|
||||
void OneWayDescriptorMatcher::train()
|
||||
|
Loading…
x
Reference in New Issue
Block a user