Artec 3D Scanning SDK  2.0
Namespaces | Enumerations | Functions
Conversions.h File Reference
#include <artec/sdk/base/IImage.h>

Go to the source code of this file.

Namespaces

 artec
 
 artec::sdk
 
 artec::sdk::base
 

Enumerations

enum  artec::sdk::base::Rotation {
  artec::sdk::base::Rotation_None,
  artec::sdk::base::Rotation_Ccw90,
  artec::sdk::base::Rotation_Cw90,
  artec::sdk::base::Rotation_180,
  artec::sdk::base::Rotation_ForceDword = 0x7fffffff
}
 

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...