Ask Your Question

Alejandro's profile - activity

2013-11-20 08:34:54 -0600 commented answer vector<vector<Point> > contours 'Unable to read memory error'

Hi, i have a similar problem (getting unreadable memory in the contour vector), however i already had the runtime libraries flag set to /MD while this was happening. Did you manage to solve the problem? Thanks.

2013-11-20 08:23:25 -0600 commented question Opencv Contour Error

Hi, i was wondering if you found how to solve the problem? I have a similar problem, which is caused by the function findContours returning some empty or uninitialized memory (the 0xCDCDCDCD code) in the contours vector. Thanks.