delmottea / libCMT

c++ port of the python code from https://github.com/gnebehay/CMT
BSD 3-Clause "New" or "Revised" License
67 stars 45 forks source link

access violation in initialise function #12

Closed BSH555 closed 9 years ago

BSH555 commented 9 years ago

Hey, Tried working with initialise function and got an access violation. It seems that the problematic code is: std::vectorstd::string list; cv::Algorithm::getList(list);

when the destructor of vector at the and of the function is called I get an access violation. Someone help? please?..

B