Click or drag to resize
OclFpConfig Enumeration
http://www.emgu.com
Floating point configuration

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
[FlagsAttribute]
public enum OclFpConfig
Members
  Member nameValueDescription
Denorm1 Denorm
InfNan2 inf, nan
RoundToNearest4 round to nearest
RoundToZero8 round to zero
RoundToInf16 round to infinite
Fma32 FMA
SoftFloat64 soft float
CorrectlyRoundedDivideSqrt128 Correctly rounded divide sqrt
See Also