onboardapi  9.10.0
by Rheinmetall
M_ImageFusion::ConfigFuseChannels Struct Reference

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

Public Member Functions

 ConfigFuseChannels ()
 
 ConfigFuseChannels (std::string const &Method, std::string const &PrimaryChannelName, std::string const &SecondaryChannelName, M_Common::PercentOptionalType const &PrimaryChannelLevel)
 

Public Attributes

std::string Method
 Name of method used to fuse channels. More...
 
std::string PrimaryChannelName
 Name of primary video channel (Example: "Infrared" or "Daylight") More...
 
std::string SecondaryChannelName
 Name of secondary video channel (Example: "Infrared" or "Daylight") More...
 
M_Common::PercentOptionalType PrimaryChannelLevel
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ConfigFuseChannels() [1/2]

M_ImageFusion::ConfigFuseChannels::ConfigFuseChannels ( )

◆ ConfigFuseChannels() [2/2]

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

Member Data Documentation

◆ Method

std::string M_ImageFusion::ConfigFuseChannels::Method

Name of method used to fuse channels.

◆ PrimaryChannelLevel

M_Common::PercentOptionalType M_ImageFusion::ConfigFuseChannels::PrimaryChannelLevel

Level of primary channel in percent used for image fusion. Note: Not present indicates automatically determined level.

◆ PrimaryChannelName

std::string M_ImageFusion::ConfigFuseChannels::PrimaryChannelName

Name of primary video channel (Example: "Infrared" or "Daylight")

◆ SecondaryChannelName

std::string M_ImageFusion::ConfigFuseChannels::SecondaryChannelName

Name of secondary video channel (Example: "Infrared" or "Daylight")