Back to Aurora Vision Deep Learning website
You are here: Start » Computer Vision » Deep Learning » ConvertImageArrayToTensor

ConvertImageArrayToTensor
Header: | AVLDL.h |
---|---|
Namespace: | avl |
Module: | DeepLearning |
Converts an array of images with the same format to a NHWC tensor.
Syntax
C++
C#
void avl::ConvertImageArrayToTensor ( const atl::Array<avl::Image>& inImageArray, avl::Tensor& outTensor )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | All images must have the same width, height, depth and type. |
DomainError | Passed inImageArray is too large. Use fewer and/or smaller images. |