http://www.emgu.com
Floating point configuration
Namespace:
Emgu.CV.Ocl
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax[FlagsAttribute]
public enum FpConfig
<FlagsAttribute>
Public Enumeration FpConfig
[FlagsAttribute]
public enum class FpConfig
[<FlagsAttribute>]
type FpConfig
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