Conversions.h
Go to the documentation of this file.
44 * @param image - image, that should be in RGB or BGR (3 channels), YUY(2 channels), or GS(1 channel) format.
65 * @param image - image, that should be in RGB or BGR (3 channels), YUY(2 channels), or GS(1 channel) format.
77 * @param image - image, that should be in RGB or BGR (3 channels), YUY(2 channels), or GS(1 channel) format.
Definition: Conversions.h:25
Definition: AlgorithmWorkset.h:17
ErrorCode ABASESDK_LINK_SPEC mirrorImage(IImage **dst, const IImage *src, Mirror direction)
ErrorCode ABASESDK_LINK_SPEC toGrayscale(IImage **dst, const IImage *src)
Definition: Conversions.h:23
ErrorCode ABASESDK_LINK_SPEC bgr2grey(IImage **dst, const IImage *src)
Definition: Conversions.h:24
ErrorCode ABASESDK_LINK_SPEC toBGR(IImage **dst, const IImage *src)
ErrorCode ABASESDK_LINK_SPEC rotateImage(IImage **dst, const IImage *src, Rotation direction)
Definition: Conversions.h:22
ErrorCode ABASESDK_LINK_SPEC toRGB(IImage **dst, const IImage *src)