PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
This is the complete list of members for PixelCodec, including all inherited members.
BGRA32ToRGB24(int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
ComponentOrder_BGR enum value | PixelCodec | |
ComponentOrder_RGB enum value | PixelCodec | |
ComponentOrder_RGBA enum value | PixelCodec | |
ComponentOrdering enum name | PixelCodec | |
ConvertToBGR24(ComponentOrdering outputOrdering, PixelEncoding inputCompression, int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
ConvertToGray(int inputCompression, int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
ConvertToGray(PixelEncoding inputCompression, int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
GetCompressionModeAsString(int inputCompression) | PixelCodec | inlinestatic |
GetCompressionModeAsString(PixelEncoding inputCompression) | PixelCodec | inlinestatic |
IsConvertToGraySupported(int inputCompression) | PixelCodec | inlinestatic |
IsConvertToGraySupported(PixelEncoding inputCompression) | PixelCodec | inlinestatic |
MJPGToRGB24(ComponentOrdering outputOrdering, int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
PixelEncoding enum name | PixelCodec | |
PixelEncoding_BGR24 enum value | PixelCodec | |
PixelEncoding_ERROR enum value | PixelCodec | |
PixelEncoding_MJPG enum value | PixelCodec | |
PixelEncoding_RGB24 enum value | PixelCodec | |
PixelEncoding_RGBA32 enum value | PixelCodec | |
PixelEncoding_YUY2 enum value | PixelCodec | |
RGB24ToGray(int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
RGBA32ToBGR24(int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
RGBA32ToGray(int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
RGBA32ToRGB24(int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
RGBToBGR(int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
YUV422pToGray(int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
YUV422pToRGB24(ComponentOrdering outputOrdering, int width, int height, unsigned char *s, unsigned char *d) | PixelCodec | inlinestatic |
YUVToRGB_Fast(ComponentOrdering outputOrdering, unsigned char *yuv, unsigned char *rgb) | PixelCodec | inlinestatic |