Class ConvertColor
Represents an operator that converts pixels from one color space to another for all images in the sequence.
public class ConvertColor : Transform<IplImage, IplImage>
- Inheritance
-
ConvertColor
- Inherited Members
Properties
- Conversion
Gets or sets the color conversion to apply to individual image pixels.
Methods
- Process(IObservable<IplImage>)
Converts pixels from one color space to another for all images in an observable sequence.