Table of Contents

Class ConvexityDefects

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that finds the convexity defects of each contour in the sequence.

public class ConvexityDefects : Transform<Seq, ContourConvexity>
Inheritance
ConvexityDefects
Inherited Members

Methods

Process(IObservable<ConnectedComponent>)

Finds the convexity defects of each ConnectedComponent in an observable sequence.

Process(IObservable<Seq>)

Finds the convexity defects of each contour in an observable sequence.