OpenCV 2.4.2 floodFill exception (Bug #2258)
Description
when I used cv::floodFill() of OpenCV 2.4.2, which is compiled on my PC by MinGW(x86),
I found that when I used floodFill(img, Point(x, y), color, &rect) to fill the connected component, when color in floodFill() is equalvalent to the color of (x,y), some error will come, the return value is obviously irrational, which is larger than the whole area of the picture. But in OpenCV 2.2.0, It works fine. Sorry for my English.
Associated revisions
Merge pull request #2258 from ilya-lavrenov:tapi_video
History
Updated by Evgeny Talanin over 12 years ago
- Category set to imgproc, video
- Assignee set to Vadim Pisarevsky
Updated by Vadim Pisarevsky over 12 years ago
- Target version deleted ()
- Assignee deleted (
Vadim Pisarevsky)
Updated by Evgeny Talanin over 12 years ago
- Assignee set to Evgeny Talanin
Updated by Evgeny Talanin over 12 years ago
Liang, thanks for your report.
We improved behavior of floodfill in 7c71c8fa524f9e80e3d12c6767f25bae4f806530
- Status changed from Open to Done
Updated by Andrey Kamaev about 12 years ago
- Target version set to 2.4.3