#include "Image.h"
Include dependency graph for LowResImage.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | LowResImage |
| Definition of a class for streaming images in low resolution i.e. More... | |
Functions | |
| Out & | operator<< (Out &stream, const LowResImage &lrImage) |
| Streaming operator that writes a low resolution image to a stream. | |
| In & | operator>> (In &stream, LowResImage &lrImage) |
| Streaming operator that reads a low resolution image from a stream. | |
Definition in file LowResImage.h.
|
||||||||||||
|
Streaming operator that writes a low resolution image to a stream.
Definition at line 11 of file LowResImage.cpp. References Image::cameraInfo, Image::frameNumber, Image::image, LowResImage::image, CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, and Out::write(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that reads a low resolution image from a stream.
Definition at line 21 of file LowResImage.cpp. References Image::cameraInfo, Image::frameNumber, Image::image, LowResImage::image, In::read(), CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, and Image::setCameraInfo(). |
Here is the call graph for this function:

1.3.6