Table of Contents

Class KeyPointCollectionOverlay

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

Provides a type visualizer that overlays a collection of key points over an existing image visualizer.

public class KeyPointCollectionOverlay : DialogTypeVisualizer
Inheritance
KeyPointCollectionOverlay
Inherited Members

Methods

Load(IServiceProvider)

Loads type visualizer resources using the specified service provider.

public override void Load(IServiceProvider provider)

Parameters

provider IServiceProvider

A service provider object which can be used to obtain visualization, runtime inspection, or other editing services.

Show(object)

Updates the type visualizer to display the specified value object.

public override void Show(object value)

Parameters

value object

The value to visualize.

Unload()

Unloads all type visualizer resources.

public override void Unload()