|
| static void | bayerToGrayscale (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | bayerToRGB (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static bool | convert (const VideoImage *source, VideoImage *target) |
| | Convert between image formats. More... |
| |
| static void | grayscaleToRGB (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | RGBToGrayscale (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV411PToRGB (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV411PToRGBA (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV411ToGrayscale (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV411ToRGB (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV420PToGrayscale (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV420PToRGB (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV420PToRGBA (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV420ToGrayscale (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV420ToRGBA (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV422PToGrayscale (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
| static void | YUV422PToRGBA (const VideoImage *source, VideoImage *target) |
| | Convert image format. More... |
| |
VideoImage conversion utilities.
This class contains static functions for converting between different image formats.
New format conversion functions will be written as needed.