Home Previous Up Next Index

visionx::ImageProcessorInterface

Overview

interface ImageProcessorInterface

An image processor component listener interface. A listener is able to receive image update notifications from multiple image providers. This supports image transfer via shared memory if the listener and provider reside on the same machine.

Derived Classes and Interfaces

::Stream::StreamProviderImageProcessorInterface
::armarx::EgomotionTrackerInterface
::armarx::EgomotionTrackerSessionPlayerInterface
::armarx::ImageSourceSelectionInterface
::armarx::ImageToPointCloudInterface
::armarx::OpenCVImageStabilizerInterface
::armarx::OpenPoseEstimationInterface
::armarx::OpticalFlowInterface
::armarx::VisibilityTestInterface
ArMarkerLocalizerInterface
CoFusionProcessorInterface
FaceRecognitionInterface
HandLocalizationInterface
KinectAndCameraCalibrationInterface
ObjectLocalizerImageInterface
ObjectRecognitionUnitInterface
PointCloudAndImageProcessorInterface
RTABMapInterface
StereoCalibrationProcessorInterface
StereoImagePointCloudProviderInterface
yolo::ComponentInterface

Operation Index

reportImageAvailable
Image update notification callback invoked by the respective registerd provider.

Operations

void reportImageAvailable(string providerName)

Image update notification callback invoked by the respective registerd provider.

Parameters

providerName
name of the notifying provider. In case of multiple provider this can be used to discriminate the image source.

Home Previous Up Next Index