|
| Frame (SourceImpl &source, wpi::StringRef error, Time time) |
|
| Frame (SourceImpl &source, std::unique_ptr< Image > image, Time time) |
|
| Frame (const Frame &frame) noexcept |
|
| Frame (Frame &&other) noexcept |
|
Frame & | operator= (Frame other) noexcept |
|
| operator bool () const |
|
Time | GetTime () const |
|
wpi::StringRef | GetError () const |
|
int | GetOriginalWidth () const |
|
int | GetOriginalHeight () const |
|
int | GetOriginalPixelFormat () const |
|
Image * | GetExistingImage (size_t i=0) const |
|
Image * | GetExistingImage (int width, int height) const |
|
Image * | GetExistingImage (int width, int height, VideoMode::PixelFormat pixelFormat) const |
|
Image * | GetNearestImage (int width, int height) const |
|
Image * | GetNearestImage (int width, int height, VideoMode::PixelFormat pixelFormat) const |
|
Image * | Convert (Image *image, VideoMode::PixelFormat pixelFormat, int jpegQuality=80) |
|
Image * | ConvertMJPEGToBGR (Image *image) |
|
Image * | ConvertMJPEGToGray (Image *image) |
|
Image * | ConvertYUYVToBGR (Image *image) |
|
Image * | ConvertBGRToRGB565 (Image *image) |
|
Image * | ConvertRGB565ToBGR (Image *image) |
|
Image * | ConvertBGRToGray (Image *image) |
|
Image * | ConvertGrayToBGR (Image *image) |
|
Image * | ConvertBGRToMJPEG (Image *image, int quality) |
|
Image * | ConvertGrayToMJPEG (Image *image, int quality) |
|
Image * | GetImage (int width, int height, VideoMode::PixelFormat pixelFormat, int jpegQuality=80) |
|
bool | GetCv (cv::Mat &image) |
|
bool | GetCv (cv::Mat &image, int width, int height) |
|