SampleClassificationImageListImageClassificationInfoCollectionMergeClasses Method (String, String)

CVB.Net Documentation
Merge two classes into one class. The class label will be taken from the 2nd class index. Note that this operation will invalidate all indices higher than fromLabel.

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

public void MergeClasses(
	string fromLabel,
	string toLabel
)

Parameters

fromLabel
Type: SystemString
Class to merge to the other classes.
toLabel
Type: SystemString
Class to merge the samples to.
See Also

Reference