|
#include <VisionX/core/ImageProcessor.h>
Public Attributes | |
std::vector< unsigned char > | buffer |
memory block More... | |
ImageType | destinationImageType |
Required image destination type. More... | |
bool | imageAvailable |
Indicates whether an image is available. More... | |
std::shared_ptr< std::condition_variable > | imageAvailableEvent |
Conditional variable used internally for synchronization purposes. More... | |
ImageFormatInfo | imageFormat |
Image format struct that contains all necessary image information. More... | |
ImageTransferMode | imageTransferMode |
Transfer mode of images. More... | |
armarx::MetaInfoSizeBasePtr | info |
meta info More... | |
int | numberImages |
Number of images. More... | |
ImageProviderInterfacePrx | proxy |
proxy to image provider More... | |
Definition at line 479 of file ImageProcessor.h.
std::vector<unsigned char> buffer |
memory block
Definition at line 490 of file ImageProcessor.h.
ImageType destinationImageType |
Required image destination type.
This is used to convert the transmitted image into an image with the desired image type if necessary, since the transmitted image type is given by the provider.
Definition at line 504 of file ImageProcessor.h.
bool imageAvailable |
Indicates whether an image is available.
Definition at line 524 of file ImageProcessor.h.
std::shared_ptr<std::condition_variable> imageAvailableEvent |
Conditional variable used internally for synchronization purposes.
Definition at line 529 of file ImageProcessor.h.
ImageFormatInfo imageFormat |
Image format struct that contains all necessary image information.
Definition at line 509 of file ImageProcessor.h.
ImageTransferMode imageTransferMode |
Transfer mode of images.
Definition at line 514 of file ImageProcessor.h.
armarx::MetaInfoSizeBasePtr info |
meta info
Definition at line 495 of file ImageProcessor.h.
int numberImages |
Number of images.
Definition at line 519 of file ImageProcessor.h.
ImageProviderInterfacePrx proxy |
proxy to image provider
Definition at line 485 of file ImageProcessor.h.