nothinglo / NISwGSP

C++ implementation of the ECCV 2016 paper, Natural Image Stitching with the Global Similarity Prior.
332 stars 124 forks source link

Runtime error: debug assertion failed map iterator not dereferencable #11

Closed mpelang closed 7 years ago

mpelang commented 7 years ago

Hi, i have this error when folder contains more than 2 images. Where could be wrong?

File: C:...\vc\include\xtree Line"237 Expression: map/set iterator not dereferencable

if _ITERATOR_DEBUG_LEVEL == 2

    if (this->_Getcont() == 0
        || this->_Ptr == 0
        || this->_Ptr == ((_Mytree *)this->_Getcont())->_Myhead)
        {   // report error
        _DEBUG_ERROR("map/set iterator not dereferencable");
        _SCL_SECURE_OUT_OF_RANGE;
        }