You are here: Start » DLInvoke.ConvertImageArrayToTensor
Converts an array of images with the same format to a NHWC tensor.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.DL.Cpu.dll |
Syntax
C++
C#
public static void ConvertImageArrayToTensor ( List<Fil.Image> inImageArray, Fil.Tensor outTensor )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImageArray | System.Collections.Generic.List<Fil.Image> | |||
![]() | outTensor | Fil.Tensor |


