Enum HaarType
- Assembly
- H.Controls.Diagram.Presenters.OpenCV.dll
[TypeConverter(typeof(DisplayEnumConverter))]
public enum HaarType
- Extension Methods
Fields
[Display(Name = "左眼和右眼")] Eye = 0
[Display(Name = "墨镜")] Eyeglass = 9
[Display(Name = "正脸")] FrontalFace = 1
[Display(Name = "猫脸")] FrontalcatFace = 10
[Display(Name = "全身")] FullBody = 3
[Display(Name = "左眼")] LeftEye = 4
[Display(Name = "证件")] LicencePlate = 11
[Display(Name = "下半身")] LowerBody = 6
[Display(Name = "侧脸")] Profileface = 2
[Display(Name = "右眼")] RightEye = 5
[Display(Name = "字母车牌")] RussianPlate = 12
[Display(Name = "嘴部")] Smile = 8
[Display(Name = "上半身")] UpperBody = 7