|
#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 466 of file ImageProcessor.h.
std::vector<unsigned char> buffer |
memory block
Definition at line 477 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 491 of file ImageProcessor.h.
bool imageAvailable |
Indicates whether an image is available.
Definition at line 511 of file ImageProcessor.h.
std::shared_ptr<std::condition_variable> imageAvailableEvent |
Conditional variable used internally for synchronization purposes.
Definition at line 516 of file ImageProcessor.h.
ImageFormatInfo imageFormat |
Image format struct that contains all necessary image information.
Definition at line 496 of file ImageProcessor.h.
ImageTransferMode imageTransferMode |
Transfer mode of images.
Definition at line 501 of file ImageProcessor.h.
armarx::MetaInfoSizeBasePtr info |
meta info
Definition at line 482 of file ImageProcessor.h.
int numberImages |
Number of images.
Definition at line 506 of file ImageProcessor.h.
ImageProviderInterfacePrx proxy |
proxy to image provider
Definition at line 472 of file ImageProcessor.h.