McCompositeHost Interface
|
|
An image operator that can host properties controlling creation of
a "color composite" image, along with a preview display of the composite result.
Namespace:
MediaCy.IQL.Operations
Assembly:
MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
SyntaxPublic Interface McCompositeHost
Inherits IMcCompositeHost
RemarksA color composite image is an RGB image that is created by combining
a set of pseudo colored monochrome source images. The McColorComposite
object that actually does the compositing is exposed by the
HostedMcColorComposite property.
There is no predefined instance of McCompositeHost; use
McEngine.CreateOperator to create one as shown in the examples.
See AlsoReference
McImage
CreateOperator