ClassificationPredictorClassify Method (Image, Point2D, Double)

CVB.Net Documentation
Classify a location inside an image.

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

public ClassificationResult Classify(
	Image img,
	Point2D pos,
	out double[] confidences
)

Parameters

img
Type: Stemmer.CvbImage
Image to classify in.
pos
Type: Stemmer.CvbPoint2D
Position to classify.
confidences
Type: SystemDouble
Confidence distribution.

Return Value

Type: ClassificationResult
Classification result.
See Also

Reference