TensorToImage class
Converts a Tensor with shape HxWxC to a FAST Image.
Contents
Base classes
- class ProcessObject
- Abstract base class for all process objects.
Public functions
- void setChannels(std::vector<int> channels)
- Create instance.
- void loadAttributes() virtual
Protected functions
- void execute() override
Protected variables
- std::vector<int> m_channels
Function documentation
void fast:: TensorToImage:: setChannels(std::vector<int> channels)
Create instance.
| Parameters | |
|---|---|
| channels | which channels to extract from tensor. If empty all channels are used. Nr of channels has to be <= 4 |
| Returns | instance |