Image Fusion Service interface. Contains operations that a client can command the Service to perform.
◆ ~IService()
| M_ImageFusion::IService::~IService |
( |
| ) |
|
|
virtual |
◆ 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
-
| Method | Name of method used to fuse channels. |
| PrimaryChannelName | Name of primary video channel (Example: "Infrared" or "Daylight") |
| SecondaryChannelName | Name of secondary video channel (Example: "Infrared" or "Daylight") |
| PrimaryChannelLevel | Level of primary channel in percent used for image fusion. Note: Not present indicates automatically determined level. |