Class BinaryRegionExtremesVisualizer
Provides a type visualizer that draws a visual representation of the extremities of a binary connected component.
public class BinaryRegionExtremesVisualizer : IplImageVisualizer
- Inheritance
-
BinaryRegionExtremesVisualizer
- Inherited Members
Methods
Load(IServiceProvider)
Loads type visualizer resources using the specified service provider.
public override void Load(IServiceProvider provider)
Parameters
provider
IServiceProviderA 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
objectThe value to visualize.
Unload()
Unloads all type visualizer resources.
public override void Unload()