|
BlobID v2.2.2
|
Functions | |
| void | BLOBID_SettingsGetInvertF (BLOBID_UID *const option, const BLOBID_Settings *const settings) |
| Returns the UID associated with the current inverting VOF setting. | |
Variables | |
| constexpr BLOBID_UID | BLOBID_INVERTF_TRUE = 12 |
| constexpr BLOBID_UID | BLOBID_INVERTF_FALSE = 13 |
Turning on inverting VOF tells BlobID to use \(f'=1-f\) rather than \(f\) directly. The inversion changes each calcualtion, so there is no memory overhead.
Default: OFF
| void BLOBID_SettingsGetInvertF | ( | BLOBID_UID *const | option, |
| const BLOBID_Settings *const | settings | ||
| ) |
Returns the UID associated with the current inverting VOF setting.
ON – BLOBID_INVERTF_TRUEOFF – BLOBID_INVERTF_FALSE| option | UID |
| settings | The BLOBID_Settings object |
|
constexpr |
When passed to BLOBID_SettingsSetOption(), turn inverting VOF on.
|
constexpr |
When passed to BLOBID_SettingsSetOption(), turn inverting VOF off.