Ask Your Question
1

Algorithm drawContours

asked 2013-02-18 19:21:05 -0600

rgap gravatar image

Hi

What Algorithm is implemented in drawContours function - CV_FILLED

I call it like this: drawContours( dst, contours, idx, color, CV_FILLED, 8, hierarchy );

Is it FloodFill, Scanline ?

Thanks in advance.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2013-02-19 03:55:54 -0600

berak gravatar image

looking at FillEdgeCollection ( drawing.cpp 1173 ), i'd say scanline

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-02-18 19:21:05 -0600

Seen: 831 times

Last updated: Feb 19 '13