Class ResizeCanvas
Represents an operator that resizes the border around each image in the sequence without stretching the image.
public class ResizeCanvas : Transform<IplImage, IplImage>
- Inheritance
-
ResizeCanvas
- Inherited Members
Properties
- BorderType
Gets or sets a value specifying the type of border to create around the output image.
- FillValue
Gets or sets the value to which constant border pixels will be set to.
- Offset
Gets or sets the optional top-left coordinates where the source image will be placed.
- Size
Gets or sets the size of the output image.
Methods
- Process(IObservable<IplImage>)
Resizes the border around each image in an observable sequence without stretching the image.