Table of Contents

Class MinimumEnclosingCircle

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that finds the parameters of the circle with minimal area enclosing each set of 2D points in the sequence.

public class MinimumEnclosingCircle : Transform<Contour, Circle>
Inheritance
Combinator<Contour, Circle>
Transform<Contour, Circle>
MinimumEnclosingCircle
Inherited Members

Methods

Process(IObservable<ConnectedComponentCollection>)

Finds all the circles with minimal area enclosing each of the connected components in an observable sequence.

Process(IObservable<Contour>)

Finds the parameters of the circle with minimal area enclosing the array of points for each polygonal contour in an observable sequence.

Process(IObservable<Mat>)

Finds the parameters of the circle with minimal area enclosing each array of points in an observable sequence.

Process(IObservable<Point2f[]>)

Finds the parameters of the circle with minimal area enclosing each array of points in an observable sequence.