Click or drag to resize

GrabcutInitType Enumeration

http://www.emgu.com
Grabcut initialization type

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public enum GrabcutInitType
Members
  Member nameValueDescription
InitWithRect0 Initialize with rectangle
InitWithMask1 Initialize with mask
Eval2 Eval
See Also