You are here: Start » DLInvoke.ConvertImageArrayToTensor

DLInvoke.ConvertImageArrayToTensor

Converts an array of images with the same format to a NHWC tensor.

Namespace:Avl
Assembly:AvlNet.DL.Cpu.dll

Syntax

C++
C#
 
public static void ConvertImageArrayToTensor
(
	List<Avl.Image> inImageArray,
	Avl.Tensor outTensor
)

Parameters

Name Type Range Default Description
inImageArraySystem.Collections.Generic.List<Avl.Image>
outTensorAvl.Tensor

See also