Class BinaryRegionAnalysis
Represents an operator that computes image moments from polygonal contours or individual frames in the sequence to extract binary region properties.
public class BinaryRegionAnalysis : Transform<Contours, ConnectedComponentCollection>
- Inheritance
-
BinaryRegionAnalysis
- Inherited Members
Remarks
If the area of any of the extracted connected components is zero, the centroid and orientation angle for that connected component will be set to NaN.
Methods
- Process(IObservable<Contours>)
Computes image moments from polygonal contours in an observable sequence to extract binary region properties.
- Process(IObservable<IplImage>)
Computes image moments from individual frames in an observable sequence to extract binary region properties.
- Process(IObservable<Seq>)
Computes image moments from individual polygons in an observable sequence to extract binary region properties.
- Process(IObservable<Tuple<Contours, IplImage>>)
Computes image moments from polygonal contours in an observable sequence to extract binary region properties, where each binary region will be associated with a corresponding patch of pixels.