MLImage.CreateFromFile(String) 方法

定义

从流创建新的 MLImage 实例。

public static Microsoft.ML.Data.MLImage CreateFromFile (string imagePath);
static member CreateFromFile : string -> Microsoft.ML.Data.MLImage
Public Shared Function CreateFromFile (imagePath As String) As MLImage

参数

imagePath
String

要从中创建映像的映像文件路径。

返回

MLImage 对象。

适用于