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

ConvertTensorToImageArray
Header: | AVLDL.h |
---|---|
Namespace: | avl |
Module: | DeepLearning |
Converts a NHWC tensor to an array of images.
Syntax
C++
C#
void avl::ConvertTensorToImageArray ( const avl::Tensor& inTensor, atl::Array<avl::Image>& outImageArray )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | inTensor must be 4-dimensional. |
DomainError | inTensor must have NHWC ordering. |