onboardapi  9.10.0
by Rheinmetall
M_ImageFusion::IService Class Reference

Public Member Functions

virtual ~IService ()
 
virtual void ConfigFuseChannels (std::string const &Method, std::string const &PrimaryChannelName, std::string const &SecondaryChannelName, M_Common::PercentOptionalType const &PrimaryChannelLevel)
 

Detailed Description

Image Fusion Service interface. Contains operations that a client can command the Service to perform.

Constructor & Destructor Documentation

◆ ~IService()

M_ImageFusion::IService::~IService ( )
virtual

Member Function Documentation

◆ ConfigFuseChannels()

void M_ImageFusion::IService::ConfigFuseChannels ( std::string const &  Method,
std::string const &  PrimaryChannelName,
std::string const &  SecondaryChannelName,
M_Common::PercentOptionalType const &  PrimaryChannelLevel 
)
virtual

Fuse the image from the specified primary video channel with the specified secondary channel.

Parameters
MethodName of method used to fuse channels.
PrimaryChannelNameName of primary video channel (Example: "Infrared" or "Daylight")
SecondaryChannelNameName of secondary video channel (Example: "Infrared" or "Daylight")
PrimaryChannelLevelLevel of primary channel in percent used for image fusion. Note: Not present indicates automatically determined level.