3 references to height
Microsoft.ML.Samples (3)
Dynamic\Transforms\ApplyONNXModelWithInMemoryImages.cs (3)
92[ImageType(height, width)] 108byte[] imageData = new byte[width * height * 4]; // 4 for the red, green, blue and alpha colors 118Image = MLImage.CreateFromPixels(width, height, MLPixelFormat.Bgra32, imageData);