src/qvip/qvimageio.h File Reference
File from the QVision library.
More...
#include <iostream>
#include <qvdefines.h>
#include <QVImage>
#include <QVPolyline>
#include <QFile>
Go to the source code of this file.
Functions |
bool | writeYUV4MPEG2Header (QFile &file, const int cols, const int rows, const int fps) |
| Create a yuv4mpeg2 video file.
|
bool | writeYUV4MPEG2Frame (QFile &file, const QVImage< uChar, 1 > imageY, const QVImage< uChar, 1 > imageU, const QVImage< uChar, 1 > imageV) |
| Write YUV image frames to a yuv4mpeg2 video file.
|
bool | writeYUV4MPEG2Frame (QFile &file, const QVImage< uChar, 1 > imageGray) |
| Write YUV image frames to a yuv4mpeg2 video file.
|
bool | writeYUV4MPEG2Frame (QFile &file, const QVImage< uChar, 3 > imageRGB) |
| Write RGB image frames to a yuv4mpeg2 video file.
|
bool | writeQVImageToFile (const QString fileName, const QVImage< uChar, 3 > &image) |
| Write the content of a QVImage (RGB) object in an image file.
|
bool | readQVImageFromFile (const QString fileName, QVImage< uChar, 3 > &image) |
| Reads the content of a QVImage (RGB) object from an image file.
|
bool | readYUV4MPEG2Frame (QFile &file, QVImage< uChar > &imageY, QVImage< uChar > &imageU, QVImage< uChar > &imageV) |
| Read YUV image frames from a yuv4mpeg2 video file.
|
bool | readYUV4MPEG2Header (QFile &file, int &cols, int &rows, int &fps) |
| Read yuv4mpeg2 header from a video file.
|
Detailed Description
File from the QVision library.
- Author:
- PARP Research Group. University of Murcia, Spain.
Definition in file qvimageio.h.