Megosztás a következőn keresztül:


ImageTypeAttribute Constructors

Definition

Overloads

ImageTypeAttribute()

Create an image type without knowing its height and width.

ImageTypeAttribute(Int32, Int32)

Create an image type with known height and width.

ImageTypeAttribute()

Create an image type without knowing its height and width.

public ImageTypeAttribute ();
Public Sub New ()

Applies to

ImageTypeAttribute(Int32, Int32)

Create an image type with known height and width.

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

Parameters

height
Int32
width
Int32

Applies to