ClassifierObjectGetVisualization Method

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()

Return Value

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

ExceptionCondition
ObjectDisposedExceptionIf this classifier has already been disposed
See Also

Reference