@ -26,6 +26,10 @@ namespace Emgu.CV.CvEnum
/// <summary>
/// Retrieve all the contours and reconstructs the full hierarchy of nested contours
/// </summary>
Tree = 3
Tree = 3,
/// Flood fill type
Floodfill = 4
}