LearnStage Enumeration

CVB.Net Documentation
The states the learner can be in during a learn operation (used in the LearnProgress event).

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

public enum LearnStage
Members

  Member nameValueDescription
Unknown0 indeterminate learn stage
Preprocessing1 preprocessing the images in the sample image list
Learning2 learning a classifier from the preprocessed images
See Also

Reference