#include <artec/sdk/base/IO/AopIO.h>
Definition at line 47 of file AopIO.h.
Save range image in AOP format
- Parameters
-
path | File path to save mesh to |
ri | Range image to be saved |
Definition at line 54 of file AopIO.h.
static ErrorCode artec::sdk::base::io::Aop::save |
( |
const wchar_t * |
path, |
|
|
const IMesh * |
surface, |
|
|
int |
width, |
|
|
int |
height, |
|
|
bool |
interpolateHoles, |
|
|
bool |
cutEdges = false , |
|
|
int |
edgeQualityFactor = 80 |
|
) |
| |
|
inlinestatic |
Save surface in AOP format, converting it to image
- Parameters
-
path | File path to save mesh to |
surface | Surface to be saved |
width,height | Dimensions of range image texture in pixels |
interpolateHoles | If true then holes will be linearly interpolated on cylinder |
cutEdges | Cut top and bottom of cylinder if percent of populated cells in range image there lesser than edgeQualityFactor |
edgeQualityFactor | Necessary percent in [0..100] of populated cells on edges. |
- Note
- Surface should be in origin, aligned along OY axis, so that OY is inside surface
Definition at line 69 of file AopIO.h.
The documentation for this class was generated from the following file: