src/qvip/qvimageio.cpp File Reference
File from the QVision library.
More...
#include <stdio.h>
#include <stdlib.h>
#include <float.h>
#include <iostream>
#include <qvip.h>
#include <qvmath.h>
#include <qvdefines.h>
#include <QVPolyline>
#include <QVPolylineF>
#include <QList>
#include <qvipp.h>
#include <QStringList>
#include <QRegExp>
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 | readYUV4MPEG2Header (QFile &file, int &cols, int &rows, int &fps) |
| Read yuv4mpeg2 header from a video file.
|
bool | readYUV4MPEG2Frame (QFile &file, QVImage< uChar > &imageY, QVImage< uChar > &imageU, QVImage< uChar > &imageV) |
| Read YUV image frames from a yuv4mpeg2 video file.
|
Detailed Description
File from the QVision library.
- Author:
- PARP Research Group. University of Murcia, Spain.
Definition in file qvimageio.cpp.