http://www.emgu.com
Floating point configuration
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax[FlagsAttribute]
public enum OclFpConfig
<FlagsAttribute>
Public Enumeration OclFpConfig
[FlagsAttribute]
public enum class OclFpConfig
[<FlagsAttribute>]
type OclFpConfig
Members
| Member name | Value | Description |
---|
| Denorm | 1 |
Denorm
|
| InfNan | 2 |
inf, nan
|
| RoundToNearest | 4 |
round to nearest
|
| RoundToZero | 8 |
round to zero
|
| RoundToInf | 16 |
round to infinite
|
| Fma | 32 |
FMA
|
| SoftFloat | 64 |
soft float
|
| CorrectlyRoundedDivideSqrt | 128 |
Correctly rounded divide sqrt
|
See Also