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.