RVC X DepthMap.
More...
#include <RVC.h>
◆ Create()
| static DepthMap RVC::DepthMap::Create |
( |
const Size |
sz, |
|
|
double * |
data = nullptr, |
|
|
bool |
own_data = true |
|
) |
| |
|
static |
Create DepthMap object.
- Parameters
-
| sz | depthmap size |
| data | depthmap data |
| own_data | depthmap data |
- Returns
- DepthMap object with given parameters
◆ Destroy()
| static void RVC::DepthMap::Destroy |
( |
DepthMap |
depthmap, |
|
|
bool |
no_reuse = true |
|
) |
| |
|
static |
Destroy DepthMap object.
- Parameters
-
| depthmap | DepthMap object will be destroyed |
| no_reuse | True for reuse current space of PointMap |
◆ GetDataConstPtr()
| const double* RVC::DepthMap::GetDataConstPtr |
( |
| ) |
|
Get the Data Const Ptr of DepthMap.
- Returns
- const double* Data Ptr
◆ GetDataPtr()
| double* RVC::DepthMap::GetDataPtr |
( |
| ) |
|
Get the Data Ptr of DepthMap.
- Returns
- double* Data Ptr
◆ GetSize()
| Size RVC::DepthMap::GetSize |
( |
| ) |
|
◆ IsValid()
| bool RVC::DepthMap::IsValid |
( |
| ) |
|
Check DepthMap obejct is Valid or not.
- Returns
- true
-
false
◆ SaveDepthMap()
| bool RVC::DepthMap::SaveDepthMap |
( |
const char * |
address, |
|
|
bool |
is_m = true |
|
) |
| |
Save DepthMap to file.
- Parameters
-
| address | save address |
| is_m | save depthmap with m/mm |
- Returns
- true Success
-
false Failed
The documentation for this struct was generated from the following file: