ClassifierFactoryCreateCircle Method

CVB.Net Documentation
Create a classifier that is able to detect a circle of a given radius.

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

public static Classifier CreateCircle(
	double radius,
	int contrastThreshold,
	GradientType gradientType
)

Parameters

radius
Type: SystemDouble
radius of the circle classifier; must be bigger than 0
contrastThreshold
Type: SystemInt32
minimum contrast of the circle features (must be greater than 0)
gradientType
Type: Stemmer.Cvb.ShapeFinderGradientType
type of gradient extractor to use

Return Value

Type: Classifier
newly created classifier
See Also

Reference