|
onboardapi
9.10.0
by Rheinmetall
|
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 |
Fuse the image from the specified primary video channel with the specified secondary channel.
| M_ImageFusion::ConfigFuseChannels::ConfigFuseChannels | ( | ) |
| M_ImageFusion::ConfigFuseChannels::ConfigFuseChannels | ( | std::string const & | Method, |
| std::string const & | PrimaryChannelName, | ||
| std::string const & | SecondaryChannelName, | ||
| M_Common::PercentOptionalType const & | PrimaryChannelLevel | ||
| ) |
| std::string M_ImageFusion::ConfigFuseChannels::Method |
Name of method used to fuse channels.
| M_Common::PercentOptionalType M_ImageFusion::ConfigFuseChannels::PrimaryChannelLevel |
Level of primary channel in percent used for image fusion. Note: Not present indicates automatically determined level.
| std::string M_ImageFusion::ConfigFuseChannels::PrimaryChannelName |
Name of primary video channel (Example: "Infrared" or "Daylight")
| std::string M_ImageFusion::ConfigFuseChannels::SecondaryChannelName |
Name of secondary video channel (Example: "Infrared" or "Daylight")