12 #ifndef _CONVERSIONS_H_ 
   13 #define _CONVERSIONS_H_ 
   17 namespace artec { 
namespace sdk { 
namespace base
 
   72     toBGR(IImage** dst, 
const IImage* src);
 
   83     toRGB(IImage** dst, 
const IImage* src);
 
   90     bgr2grey(IImage** dst, 
const IImage* src);
 
   96 #endif // _CONVERSIONS_H_ 
ErrorCode ABASESDK_LINK_SPEC mirrorImage(IImage **dst, const IImage *src, Mirror direction)
Mirror image. 
ErrorCode ABASESDK_LINK_SPEC toGrayscale(IImage **dst, const IImage *src)
Convert given image to grayscale (1 channel) format. 
ErrorCode ABASESDK_LINK_SPEC bgr2grey(IImage **dst, const IImage *src)
Convert given image to grayscale (1 channel) format. 
ErrorCode ABASESDK_LINK_SPEC toBGR(IImage **dst, const IImage *src)
Change R and B channels in given 3-channeled image. 
ErrorCode ABASESDK_LINK_SPEC rotateImage(IImage **dst, const IImage *src, Rotation direction)
Rotate image. 
#define ABASESDK_LINK_SPEC
ErrorCode ABASESDK_LINK_SPEC toRGB(IImage **dst, const IImage *src)
Change R and B channels in the given 3-channeled image.