#include "Video/VideoFrame.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include "Util/StringUtil.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include "Video/RgbConversion.H"
#include "rutz/mappedfile.h"
#include "rutz/shared_ptr.h"
#include "rutz/trace.h"
#include "Raster/DeBayer.H"
#include <fcntl.h>
#include <istream>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <vector>
Go to the source code of this file.
Defines | |
#define | DOCOPY(dst, src, n) std::copy((src),(src)+(n),(dst)) |
Handle generic video frames in a multitude of formats
Definition in file VideoFrame.C.