ImageTransposer class
Transpose images.
Contents
- Reference
Inputs:
- 0: Image
Outputs:
- 0: Image transposed
Base classes
- class ProcessObject
- Abstract base class for all process objects.
Public functions
- void setAxes(std::vector<int> axes)
- Create instance.
- void loadAttributes() override
Private functions
- void execute() override
Function documentation
void fast:: ImageTransposer:: setAxes(std::vector<int> axes)
Create instance.
| Parameters | |
|---|---|
| axes | Specify axes to swap for 3D images. If not supplied, X and Y will be transposed. |
| Returns | instance |