SilentEye 0.4.1
|
#include <QObject>
#include <QPointer>
#include <QImage>
#include <QVector>
#include <logger.h>
#include "ycbcr.h"
Go to the source code of this file.
Classes | |
class | SEFormatJPEG::PixelGroup |
The pixel group wich represent a block. (8x8 in the Jpeg format) More... | |
class | SEFormatJPEG::GroupedImage |
This class reprensents the image where pixels are grouped in square blocs. More... | |
Namespaces | |
namespace | SEFormatJPEG |
SilentEye official module for support of JPEG image. | |
Defines | |
#define | PIXEL_GROUP_SIZE 8 |
#define PIXEL_GROUP_SIZE 8 |
Definition at line 19 of file groupedimage.h.
Referenced by SEFormatJPEG::PixelGroup::height(), and SEFormatJPEG::PixelGroup::width().