Only blobs with total volume \(v>=V_{min}\) and \(v<=V_{max}\) will be labeled
Defaults:
- \(V_{min}=0\)
- \(V_{max}=\infty\)
◆ BLOBID_SettingsSetMinVolLab()
| void BLOBID_SettingsSetMinVolLab |
( |
const double *const |
vol, |
|
|
BLOBID_Settings *const |
settings |
|
) |
| |
Set \(V_{min}\)
- Parameters
-
| vol | V_min |
| settings | The BLOBID_Settings object |
◆ BLOBID_SettingsGetMinVolLab()
| void BLOBID_SettingsGetMinVolLab |
( |
double *const |
vol, |
|
|
const BLOBID_Settings *const |
settings |
|
) |
| |
Get \(V_{min}\)
- Parameters
-
| vol | V_min |
| settings | The BLOBID_Settings object |
◆ BLOBID_SettingsSetMaxVolLab()
| void BLOBID_SettingsSetMaxVolLab |
( |
const double *const |
vol, |
|
|
BLOBID_Settings *const |
settings |
|
) |
| |
Set \(V_{max}\)
- Parameters
-
| vol | V_max |
| settings | The BLOBID_Settings object |
◆ BLOBID_SettingsGetMaxVolLab()
| void BLOBID_SettingsGetMaxVolLab |
( |
double *const |
vol, |
|
|
const BLOBID_Settings *const |
settings |
|
) |
| |
Get \(V_{max}\)
- Parameters
-
| vol | V_max |
| settings | The BLOBID_Settings object |