![]() |
Artec 3D Scanning SDK
2.0
|
#include <artec/sdk/base/IImage.h>Go to the source code of this file.
Namespaces | |
| artec | |
| artec::sdk | |
| artec::sdk::base | |
Functions | |
| ErrorCode ABASESDK_LINK_SPEC | artec::sdk::base::rotateImage (IImage **dst, const IImage *src, Rotation direction) |
| Rotate image. More... | |
| ErrorCode ABASESDK_LINK_SPEC | artec::sdk::base::mirrorImage (IImage **dst, const IImage *src, Mirror direction) |
| Mirror image. More... | |
| ErrorCode ABASESDK_LINK_SPEC | artec::sdk::base::toGrayscale (IImage **dst, const IImage *src) |
| Convert given image to grayscale (1 channel) format. More... | |
| ErrorCode ABASESDK_LINK_SPEC | artec::sdk::base::toBGR (IImage **dst, const IImage *src) |
| Change R and B channels in given 3-channeled image. More... | |
| ErrorCode ABASESDK_LINK_SPEC | artec::sdk::base::toRGB (IImage **dst, const IImage *src) |
| Change R and B channels in the given 3-channeled image. More... | |
| ErrorCode ABASESDK_LINK_SPEC | artec::sdk::base::bgr2grey (IImage **dst, const IImage *src) |
| Convert given image to grayscale (1 channel) format. More... | |
1.8.9.1