fixed #982
This commit is contained in:
parent
8a79d414c0
commit
fa6400843e
@ -658,7 +658,11 @@ void GenericDescriptorMatcher::KeyPointCollection::add( const vector<Mat>& _imag
|
||||
|
||||
void GenericDescriptorMatcher::KeyPointCollection::clear()
|
||||
{
|
||||
pointCount = 0;
|
||||
|
||||
images.clear();
|
||||
keypoints.clear();
|
||||
startIndices.clear();
|
||||
}
|
||||
|
||||
size_t GenericDescriptorMatcher::KeyPointCollection::keypointCount() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user