LearningModelPixelRange 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义由 Windows ML 支持的图像标称像素范围的列表。 在机器学习模型的元数据中指定适当的值。
public enum class LearningModelPixelRange
/// [Windows.Foundation.Metadata.ContractVersion(Windows.AI.MachineLearning.MachineLearningContract, 327680)]
enum class LearningModelPixelRange
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.AI.MachineLearning.MachineLearningContract), 327680)]
public enum LearningModelPixelRange
var value = Windows.AI.MachineLearning.LearningModelPixelRange.zeroTo255
Public Enum LearningModelPixelRange
- 继承
-
LearningModelPixelRange
- 属性
Windows 要求
设备系列 |
Windows 11 (在 10.0.22000.0 中引入)
|
API contract |
Windows.AI.MachineLearning.MachineLearningContract (在 v5.0 中引入)
|
字段
MinusOneToOne | 2 | [-1...1] 像素数据存储规范化。 |
ZeroTo255 | 0 | 对于 8bpp (8 位/像素) 样本,像素范围为 [0...255]。 |
ZeroToOne | 1 | [0...1] 像素数据存储规范化。 |
注解
如果未指定此值,系统将默认为 ZeroTo255 值。
Windows Server
若要在 Windows Server 上使用此 API,必须使用 具有桌面体验的 Windows Server 2019。
线程安全
此 API 是线程安全的。