Class Mask
Represents an operator that sets all pixels which are not in the operation mask to a fixed value, for each image in the sequence.
public class Mask : Transform<Tuple<IplImage, IplImage>, IplImage>
- Inheritance
-
Mask
- Inherited Members
Properties
- FillValue
Gets or sets the value to which all pixels that are not in the operation mask will be set to.
Methods
- Process(IObservable<Tuple<IplImage, IplImage, IplImage>>)
Sets all pixels which are not in the operation mask to the background image, for each foreground image in the observable sequence.
- Process(IObservable<Tuple<IplImage, IplImage>>)
Sets all pixels which are not in the operation mask to a fixed value, for each image in an observable sequence.