SampleImageListIsCompatible Method

CVB.Net Documentation
Check whether a CVB image is compatible with this image list, i.e. if it is generally possible to add samples from that image to the list.

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

public bool IsCompatible(
	Image img
)

Parameters

img
Type: Stemmer.CvbImage
Image object to be checked for compatibility.

Return Value

Type: Boolean
true if the image referred to by img is compatible with this image list, false otherwise.
See Also

Reference