Lumia.Imaging.Compositing Namespace
Contains types used for image compositing and segmentation.
Classes
Class | Description | |
---|---|---|
![]() |
AlphaToGrayscaleEffect | Copies the alpha channel in the image to the color channels, resulting in a grayscale representation of the alpha channel. |
![]() |
AlphaToGrayscaleFilter | Copies the alpha channel in the image to the color channels, resulting in a grayscale representation of the alpha channel. |
![]() |
BlendEffect |
Blends a foreground image onto the current image, with optional masking, positioning, scaling and rotation. ![]() |
![]() |
BlendFilter |
Blends an image source onto the image using a blend function.
|
![]() |
ChromaKeyEffect |
Adds transparency to the pixels of a specific color. ![]() |
![]() |
ChromaKeyFilter |
Adds transparency to the pixels of a specific color. ![]() |
![]() |
ExtractedObjectImageSource |
An image source that represents an extracted sub-image from the ObjectExtractor.
|
![]() |
ImageFusionFilter |
Inserts an image on the current image with a separately defined alpha mask. ![]() |
![]() |
InteractiveForegroundSegmenter | Segments the source image into foreground and background guided by user provided annotations. The output is a black and white mask where white areas represent the foreground and black areas represent the background. ![]() |
![]() |
ObjectExtractor |
Extracts one or more objects defined by a mask from an image. ![]() |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
BlendFunction |
The blend function to use with the blend effect.
|