Class CropPolygon
Represents an operator that crops a polygonal region of interest for each image in the sequence.
public class CropPolygon : Transform<IplImage, IplImage>
- Inheritance
-
CropPolygon
- Derived
- Inherited Members
Constructors
- CropPolygon()
Initializes a new instance of the CropPolygon class.
Properties
- FillValue
Gets or sets a Scalar specifying the value to which all pixels that are not in the selected region will be set to.
- MaskType
Gets or sets a value specifying the type of mask operation to apply on the region of interest.
- Regions
Gets or sets the array of vertices specifying each polygonal region of interest.
Methods
- Process(IObservable<IplImage>)
Extracts a polygonal region of interest for each image in an observable sequence.