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.0.1.3373 (4.0.1.3373)
Syntax
public enum GrabcutInitType
Members
  Member nameValueDescription
InitWithRect0 Initialize with rectangle
InitWithMask1 Initialize with mask
Eval2 Eval
See Also