次の方法で共有


ImageDataViewType コンストラクター

定義

オーバーロード

ImageDataViewType()
ImageDataViewType(Int32, Int32)

ImageDataViewType()

public ImageDataViewType ();
Public Sub New ()

適用対象

ImageDataViewType(Int32, Int32)

public ImageDataViewType (int height, int width);
new Microsoft.ML.Transforms.Image.ImageDataViewType : int * int -> Microsoft.ML.Transforms.Image.ImageDataViewType
Public Sub New (height As Integer, width As Integer)

パラメーター

height
Int32
width
Int32

適用対象