1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00
This commit is contained in:
Maria Dimashova
2011-04-29 17:12:55 +00:00
parent fa6400843e
commit e7ef84b2c2
+2 -1
View File
@@ -914,7 +914,8 @@ void OneWayDescriptorMatcher::clear()
GenericDescriptorMatcher::clear();
prevTrainCount = 0;
base->clear();
if( !base.empty() )
base->clear();
}
void OneWayDescriptorMatcher::train()