PredictorBaseIsCompatible Method (Image, Point2D)

CVB.Net Documentation
Verify the compatibility of a CVB image with this classifier.

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

public bool IsCompatible(
	Image img,
	Point2D pos
)

Parameters

img
Type: Stemmer.CvbImage
Image to be verified.
pos
Type: Stemmer.CvbPoint2D
Position in the image to be processed.

Return Value

Type: Boolean
true if the image is compatible with this classifier and the position indicated by the pos parameter can be used for evaluation.
See Also

Reference