ClassifierFactorySymmetries Property

CVB.Net Documentation
Gets or sets whether the images from the SampleImageList property should be mirror on the X axis during learning.

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

public Symmetries Symmetries { get; set; }

Property Value

Type: Symmetries
Exceptions

ExceptionCondition
ArgumentExceptionwhen trying to set the value Symmetries.None
Remarks

Note that for each symmetry being used, the amount of memory required during the learning learnStage will effectively be incremented by the the size of one Image List. Or, to put it differently, if all symmetries are being used, Manto will need four times the amount of memory (and time) it would take to learn the classifier compared to the size of the image list. This consumption multiplies with the requirement generated by the setting of the SamplesPerImage property. SamplesPerImage and Symmetries should therefore be used with caution as you can easily generate a situation where the classifier can no longer be generated from the Image List because Manto runs out of memory during the learning phase.
See Also

Reference