Open bygreencn opened 6 years ago
Perfect,but the code crash at this funtions assert, localIdx is out of range. int AffDescriptorMatcherImpl::View::getGlobalIdx(int localIdx) const { CV_Assert (localIdx < _bookkeeping.size()); return _bookkeeping.at(localIdx); }
Another thing is that I use BRISK as detector and extractor, SIFT is OK.
Perfect,but the code crash at this funtions assert, localIdx is out of range. int AffDescriptorMatcherImpl::View::getGlobalIdx(int localIdx) const { CV_Assert (localIdx < _bookkeeping.size()); return _bookkeeping.at(localIdx); }