#include "CameraInfo.h"
#include "Tools/Streams/InOut.h"
#include "Representations/Perception/ColorTable.h"
#include "Tools/ColorClasses.h"
#include "Tools/Math/Common.h"
#include <string.h>
Include dependency graph for Image.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Image |
Platform independend definition of an image class. More... | |
Functions | |
Out & | operator<< (Out &stream, const Image &image) |
Streaming operator that writes an Image to a stream. | |
In & | operator>> (In &stream, Image &image) |
Streaming operator that reads a Image from a stream. |
Definition in file Image.h.
|
Streaming operator that writes an Image to a stream.
Definition at line 254 of file Image.cpp. References Image::cameraInfo, Image::frameNumber, Image::image, CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, and Out::write(). |
Here is the call graph for this function:
|
Streaming operator that reads a Image from a stream.
Definition at line 53 of file Sensors.cpp. References Image::cameraInfo, Image::frameNumber, Image::image, In::read(), CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, Image::setCameraInfo(), and In::skip(). |
Here is the call graph for this function: