ClassifierObjectGetVisualization Method (Int32)

CVB.Net Documentation
Create and return a color coded image representation of this ShapeFinder classifier. The colors in the output image correspond to the gradient directions, the positions to the displacement vectors. This visual representation might be useful during interactive supervision and debugging.

Namespace:  Stemmer.Cvb.ShapeFinder
Assembly:  Stemmer.Cvb.ShapeFinder (in Stemmer.Cvb.ShapeFinder.dll) Version: 14.0.0.0
Syntax

public Image GetVisualization(
	int layer
)

Parameters

layer
Type: SystemInt32
layer of the classifier to be visualized; a value of -1 superimposes all layers

Return Value

Type: Image
image representation of the selected classifier layer(s)
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this classifier has already been disposed
ArgumentOutOfRangeExceptionIf the layer parameter exceeds the range [-1...NumLayers]
See Also

Reference