PredictorBaseIsCompatible Method (Image)

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
)

Parameters

img
Type: Stemmer.CvbImage
Image to be verified.

Return Value

Type: Boolean
true if the image is compatible with this classifier. Note that even if the classifier is basically compatible with the image, not all positions in the image are usable for classification.
See Also

Reference