◆ Create()
| static ConfidenceMap RVC::ConfidenceMap::Create |
( |
const Size |
sz, |
|
|
double * |
data = nullptr, |
|
|
bool |
own_data = true |
|
) |
| |
|
static |
create confidence map object, if object is no used, call Destroy to destroy it
- Parameters
-
| sz | confidence map size |
| data | confidence map data |
| own_data | own data flag |
- Returns
- ConfidenceMap object with given parameters
- See also
- ConfidenceMap::Destroy
◆ Destroy()
| static void RVC::ConfidenceMap::Destroy |
( |
ConfidenceMap |
confidencemap, |
|
|
bool |
no_reuse = true |
|
) |
| |
|
static |
Destroy confidence map object.
- Parameters
-
| confidencemap | confidencemap to be destroy |
| no_reuse | True for reuse current space of confidence map |
◆ GetDataConstPtr()
| const double* RVC::ConfidenceMap::GetDataConstPtr |
( |
| ) |
|
Get the Data Const Ptr object.
- Returns
- const double*
◆ GetDataPtr()
| double* RVC::ConfidenceMap::GetDataPtr |
( |
| ) |
|
Get the Data Ptr object.
- Returns
- double*
◆ GetSize()
| Size RVC::ConfidenceMap::GetSize |
( |
| ) |
|
◆ IsValid()
| bool RVC::ConfidenceMap::IsValid |
( |
| ) |
|
Check obejct is Valid or not.
- Returns
- true
-
false
The documentation for this struct was generated from the following file: