kukuruza / Erie

Affine matching C++ library for OpenCV (based on ASIFT)
11 stars 2 forks source link

crash at getGlobalIdx() #1

Open bygreencn opened 6 years ago

bygreencn commented 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); }

bygreencn commented 6 years ago

Another thing is that I use BRISK as detector and extractor, SIFT is OK.