Table of Contents

Class PolygonVisualizer

Namespace
Bonsai.Vision.Design
Assembly
Bonsai.Vision.Design.dll

Provides a type visualizer for a collection of polygonal regions. If the input is a sequence of images, the visualizer will overlay each rectangle on top of the original image.

public class PolygonVisualizer : IplImageVisualizer
Inheritance
DialogMashupVisualizer
PolygonVisualizer
Inherited Members

Methods

Load(IServiceProvider)

Loads type visualizer resources using the specified service provider.

Show(object)

Updates the type visualizer to display the specified value object.

Unload()

Unloads all type visualizer resources.

Visualize(IObservable<IObservable<object>>, IServiceProvider)

Creates an observable sequence used to visualize all notifications emitted by a workflow operator, using this type visualizer and the specified service provider.