findContours fails every time on Windows ( OpenCV 3.0 ) (Bug #3607)
Description
It actually does not matter how I use findContours (I even tried samples/cpp/contours2.cpp as it comes), my program silently crashes in Windows (64 bits). It works normally on Linux though.
When I use a cv::Mat instead of std::vector< std::vector< cv::Point > >, I get an assertion: Failed (i < 0) in matrix.cpp, line 2131.
It also works normally with OpenCV 2.4.8 in Windows in the same machine. What could be the cause of this problem?
Juan
Related issues
related to Bug #2957: findContours & drawContours memory problem | Cancelled | 2013-04-14 |
Associated revisions
Merge pull request #3607 from soyersoyer:yuyv_pixfmt
History
Updated by Ivan Korolev almost 11 years ago
Duplicate of #3606.
- Assignee set to Juan Perez Rua
- Category set to imgproc, video
- Status changed from New to Cancelled