LowLightFusion 类

定义

此类允许提交一组图像帧,这些帧在低光设置和近距离捕获,并接收已处理以改进图像照明和保真度的单个图像。

public ref class LowLightFusion abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LowLightFusion final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class LowLightFusion
Public Class LowLightFusion
继承
Object Platform::Object IInspectable LowLightFusion
属性

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

注解

在弱光模式下使用时,此类实现与 AdvancedPhotoCapture 类相同的计算摄影算法。 此功能与 AdvancedPhotoCapture 的区别在于,由于此功能与捕获管道分离,因此,只要支持图像格式,就可以在随时以任何方式捕获的图像上使用此功能。 可以通过检查 SupportedBitmapPixelFormats 属性来确定支持的格式。

属性

MaxSupportedFrameCount

获取可提交到 FuseAsync 方法的最大帧数。

SupportedBitmapPixelFormats

获取 BitmapPixelFormat 值的列表,这些值定义 FuseAsync 方法支持的像素格式。

方法

FuseAsync(IIterable<SoftwareBitmap>)

以异步方式将一组图像融合到已计算的单个图像中,以改进图像照明和保真度。

适用于

另请参阅