Share via


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 개체입니다.

적용 대상