Artec 3D Scanning SDK
2.0
|
Go to the source code of this file.
Classes | |
class | artec::sdk::base::io::Aop |
Export to AOP format (American Academy of Orthotists & Prosthetists) More... | |
Namespaces | |
artec | |
artec::sdk | |
artec::sdk::base | |
artec::sdk::base::io | |
Functions | |
ErrorCode ABASESDK_LINK_SPEC | artec::sdk::base::io::saveAopImageToFile (const wchar_t *path, const IRangeImageCylindric *ri) |
Save range image to AOP file. More... | |
ErrorCode ABASESDK_LINK_SPEC | artec::sdk::base::io::saveAopMeshToFile (const wchar_t *path, const IMesh *surface, int width, int height, bool interpolateHoles, bool cutEdges=false, int edgeQualityFactor=80) |
Save surface in AOP format by converting it to the image. More... | |