Symmetries Enumeration

CVB.Net Documentation
Symmetry transformation to be applied temporarily to an SampleImageList during the learning phase.

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

[FlagsAttribute]
public enum Symmetries
Members

  Member nameValueDescription
None0 no symmetries are to be used during learning; this setting is point- less for an application, but serves as the "null" element for assembling bit fields
Identity1 use the images as they are in the SampleImageList
MirrorX2 mirror the images along the X axis
MirrorY4 mirror the images along the y axis
MirrorXY8 mirror the images along the x and y axis (effectively a 180° rotation)
All15 Combine and use all Symmetries
See Also

Reference