Class HsvThreshold
Represents an operator that segments each HSV image in the sequence using the specified color range.
public class HsvThreshold : Transform<IplImage, IplImage>
- Inheritance
-
HsvThreshold
- Inherited Members
Properties
- Lower
Gets or sets the lower bound of the HSV color range.
- 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.
Methods
- Process(IObservable<IplImage>)
Segments each HSV image in an observable sequence using the specified color range.