Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Algorithm drawContours

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.