#include <artec/sdk/base/IRangeImageCylindric.h>
Definition at line 46 of file IRangeImageCylindric.h.
virtual float artec::sdk::base::IRangeImageCylindric::getEmptyValue |
( |
| ) |
const |
|
pure virtual |
- Returns
- emptyValue depending on current map type
virtual IImage* artec::sdk::base::IRangeImageCylindric::getImage |
( |
| ) |
const |
|
pure virtual |
virtual const SettingsCylindric& artec::sdk::base::IRangeImageCylindric::getSettings |
( |
| ) |
const |
|
pure virtual |
- Returns
- settings of range image
virtual bool artec::sdk::base::IRangeImageCylindric::isClosed |
( |
| ) |
const |
|
pure virtual |
- Returns
- true if range image is closed (closed can be polar or cylindric range image)
virtual ErrorCode artec::sdk::base::IRangeImageCylindric::shrinkHeight |
( |
int |
start_row, |
|
|
int |
new_height |
|
) |
| |
|
pure virtual |
Shrink the image vertically
- Return values
-
ErrorCode_ArgumentInvalid | if start_row<0 or (start_row+new_height)>height. |
virtual ErrorCode artec::sdk::base::IRangeImageCylindric::toSurface |
( |
IFrameMesh ** |
surf, |
|
|
bool |
calcTex = false |
|
) |
| const |
|
pure virtual |
build 3D surface and calculate some additional data
- Parameters
-
surf | - surface to be built from range image |
catcTex | - flag shows if texture coordinates have to be calculated (currently not realized for POLAR) |
The documentation for this class was generated from the following file: