Property Upper
Upper
Gets or sets the upper bound of the HSV color range. If the upper value for Hue is smaller than its lower value, the range will wrap around zero.
[TypeConverter(typeof(HsvScalarConverter))]
public Scalar Upper { get; set; }
Gets or sets the upper bound of the HSV color range. If the upper value for Hue is smaller than its lower value, the range will wrap around zero.
[TypeConverter(typeof(HsvScalarConverter))]
public Scalar Upper { get; set; }