Compartir a través de


ImageTypeAttribute Constructores

Definición

Sobrecargas

ImageTypeAttribute()

Cree un tipo de imagen sin conocer su alto y ancho.

ImageTypeAttribute(Int32, Int32)

Cree un tipo de imagen con alto y ancho conocidos.

ImageTypeAttribute()

Cree un tipo de imagen sin conocer su alto y ancho.

public ImageTypeAttribute ();
Public Sub New ()

Se aplica a

ImageTypeAttribute(Int32, Int32)

Cree un tipo de imagen con alto y ancho conocidos.

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)

Parámetros

height
Int32
width
Int32

Se aplica a