#include <yarp/sig/Image.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/ConnectionReader.h>
#include <yarp/os/ConnectionWriter.h>
#include <yarp/os/Log.h>
#include <yarp/os/Time.h>
#include <yarp/os/Vocab.h>
#include <yarp/sig/ImageNetworkHeader.h>
#include <yarp/sig/impl/IplImage.h>
#include <yarp/sig/impl/DeBayer.h>
#include <cstdio>
#include <cstring>
#include <string>
Go to the source code of this file.
Classes | |
class | ImageStorage |
struct | pixelTypeIplParams |
Macros | |
#define | DBGPF1 if (0) |
Functions | |
bool | readFromConnection (Image &dest, ImageNetworkHeader &header, ConnectionReader &connection) |
This helper function groups code to avoid duplication. More... | |
Variables | |
const pixelTypeIplParams | iplPixelTypeMono {1, 8 , "GRAY", "GRAY"} |
const pixelTypeIplParams | iplPixelTypeMono16 {1, 16 , "GRAY", "GRAY"} |
const std::map< int, pixelTypeIplParams > | pixelCode2iplParams |
|
inline |
const pixelTypeIplParams iplPixelTypeMono {1, 8 , "GRAY", "GRAY"} |
const pixelTypeIplParams iplPixelTypeMono16 {1, 16 , "GRAY", "GRAY"} |
const std::map<int, pixelTypeIplParams> pixelCode2iplParams |