#include <windows.h>
#include "pipeline/TimeStamp.h"
Include dependency graph for ImageAbstract.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | NSPipeline |
Classes | |
class | NSPipeline::TImage |
Tato abstraktni trida reprezentuje objekty pro obrazova data. More... | |
class | NSPipeline::TImageSet |
Tato trida reprezentuje rozhrani pro tridu, ktera obsahuje ruzne verze jednoho obrazu ulozene jako objekty typu TImage a odvozenych trid. More... | |
class | NSPipeline::TFrame |
Tato trida reprezentuje snimek ziskany z kamery. More... | |
class | NSPipeline::TDispatcherInterface |
Rozhrani dispatcheru dostupne vypocetnim jednotkam. More... | |
Enumerations | |
enum | NSPipeline::EnumImageType { NSPipeline::ENUM_IMAGETYPE_GRAY = 0, NSPipeline::ENUM_IMAGETYPE_ARGB = 1, NSPipeline::ENUM_IMAGETYPE_RGB = 2, NSPipeline::ENUM_IMAGETYPE_FORCED32 = 0x7fffffff } |
Tento enumerator definuje typ obrazku - typ pixelu uvnitr obrazku. More... |