RGBImageReader Class Reference

#include <VisionX/libraries/armem/vision/images/client/ImageReader.h>

+ Inheritance diagram for RGBImageReader:

Public Types

using Base = armarx::armem::client::util::SimpleReaderBase
 

Public Member Functions

std::vector< CByteImage > getLatestRGBCByteImages (const std::string &providerSegmentName)
 
std::vector< cv::Mat > getLatestRGBImages (const std::string &providerSegmentName)
 
 RGBImageReader ()=default
 
- Public Member Functions inherited from SimpleReaderBase
virtual void connect (armarx::armem::client::MemoryNameSystem &mns)
 
const Propertiesproperties () const
 
void registerPropertyDefinitions (armarx::PropertyDefinitionsPtr &def)
 
void setProperties (const Properties &p)
 
 SimpleReaderBase ()
 
virtual ~SimpleReaderBase ()=default
 

Protected Member Functions

Properties defaultProperties () const final
 
std::string propertyPrefix () const final
 
- Protected Member Functions inherited from SimpleReaderBase
const armem::client::ReadermemoryReader () const
 

Detailed Description

Definition at line 37 of file ImageReader.h.

Member Typedef Documentation

◆ Base

Constructor & Destructor Documentation

◆ RGBImageReader()

RGBImageReader ( )
default

Member Function Documentation

◆ defaultProperties()

armarx::armem::client::util::SimpleReaderBase::Properties defaultProperties ( ) const
finalprotectedvirtual

Implements SimpleReaderBase.

Definition at line 34 of file ImageReader.cpp.

◆ getLatestRGBCByteImages()

std::vector< CByteImage > getLatestRGBCByteImages ( const std::string &  providerSegmentName)

Definition at line 68 of file ImageReader.cpp.

◆ getLatestRGBImages()

std::vector< cv::Mat > getLatestRGBImages ( const std::string &  providerSegmentName)

Definition at line 44 of file ImageReader.cpp.

+ Here is the call graph for this function:

◆ propertyPrefix()

std::string propertyPrefix ( ) const
finalprotectedvirtual

Implements SimpleReaderBase.

Definition at line 28 of file ImageReader.cpp.


The documentation for this class was generated from the following files: