Table of Contents

Class PoseIdentityVisualizer

Namespace
Bonsai.Sleap.Design
Assembly
Bonsai.Sleap.Design.dll

Provides a type visualizer that draws a visual representation of the estimated pose and identity extracted from each image in the sequence.

public class PoseIdentityVisualizer : IplImageVisualizer
Inheritance
DialogMashupVisualizer
PoseIdentityVisualizer
Inherited Members

Properties

DrawIdentity

Gets or sets a value indicating whether to show the pose identity.

DrawLabels

Gets or sets a value indicating whether to show the names of body parts.

Methods

Load(IServiceProvider)

Loads type visualizer resources using the specified service provider.

RenderFrame()

Renders all graphics to the visualizer canvas. Override this method to overlay additional graphics elements on top of the image texture.

Show(object)

Updates the type visualizer to display the specified value object.

ShowMashup(IList<object>)

Combines the specified collection of values into a single image mashup.

Unload()

Unloads all type visualizer resources.