OpenCV 2.4.2 floodFill exception (Bug #2258)


Added by Liang Zhang over 12 years ago. Updated about 12 years ago.


Status:Done Start date:2012-08-10
Priority:Normal Due date:
Assignee:Evgeny Talanin % Done:

0%

Category:imgproc, video
Target version:2.4.3
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

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

Revision a2fcaccf
Added by Andrey Pavlenko about 11 years ago

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

Also available in: Atom PDF