Sdílet prostřednictvím


MLImage.CreateFromFile(String) Metoda

Definice

Vytvořte novou instanci MLImage ze streamu.

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

Parametry

imagePath
String

Cesta k souboru obrázku, ze které chcete image vytvořit.

Návraty

OBJEKT MLImage.

Platí pro