ObjectExtractor Constructor (IImageProvider, IImageProvider)
Creates and initializes a new ObjectExtractor that uses the provided image source.
Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public:
ObjectExtractor(
[InAttribute] IImageProvider^ imageSource,
[InAttribute] IImageProvider^ maskSource
)
Parameters
- imageSource
- Type: Lumia.Imaging::IImageProvider
The source image containing objects to extract.
- maskSource
- Type: Lumia.Imaging::IImageProvider
The mask describing objects to extract.
Show: