LensBlurKernelMapType Enumeration

Selects how the kernel map values should be interpreted.

Namespace: Lumia.Imaging.Adjustments
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public enum LensBlurKernelMapType
'Declaration
Public Enumeration LensBlurKernelMapType
public enum class LensBlurKernelMapType
Lumia.Imaging.Adjustments.LensBlurKernelMapType = function();
Lumia.Imaging.Adjustments.LensBlurKernelMapType.createEnum('Lumia.Imaging.Adjustments.LensBlurKernelMapType', false);

Members

Member name Value Description
ForegroundMask 0 Default mode where the focus area is represented by 255, and the first kernel starts at 0. This is the useful eg. when when using InteractiveForegroundSegmenter to generate the mask.
Continuous 1 The kernel map is continuous so that the focus area is represented by 0, and the first kernel starts at 1. This makes resizing and compositing the kernel map easier.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

Lumia.Imaging.Adjustments Namespace