Lumia.Imaging.Compositing Namespace

Contains types used for image compositing and segmentation.

Classes

  Class Description
Public class AlphaToGrayscaleEffect

Copies the alpha channel in the image to the color channels, resulting in a grayscale representation of the alpha channel.

Public class AlphaToGrayscaleFilter

Copies the alpha channel in the image to the color channels, resulting in a grayscale representation of the alpha channel.

Public class BlendEffect
Blends a foreground image onto the current image, with optional masking, positioning, scaling and rotation.
Dn860316.BlendEffect(en-us,WIN.10).jpg
Public class BlendFilter
Blends an image source onto the image using a blend function.
Public class ChromaKeyEffect
Adds transparency to the pixels of a specific color.
Dn860316.ChromaKeyEffect(en-us,WIN.10).jpg
Public class ChromaKeyFilter
Adds transparency to the pixels of a specific color.
Dn860316.ChromaKeyFilter(en-us,WIN.10).jpg
Public class ExtractedObjectImageSource
An image source that represents an extracted sub-image from the ObjectExtractor.
Public class ImageFusionFilter
Inserts an image on the current image with a separately defined alpha mask.
Dn860316.ImageFusionFilter(en-us,WIN.10).jpg
Public class 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.

Dn860316.InteractiveForegroundSegmenter(en-us,WIN.10).jpg
Public class ObjectExtractor
Extracts one or more objects defined by a mask from an image.
Dn860316.ObjectExtractor(en-us,WIN.10).jpg

Enumerations

  Enumeration Description
Public enumeration BlendFunction
The blend function to use with the blend effect.