knime-ip / knip

KNIME Image Processing Extension
https://www.knime.com/community/image-processing
49 stars 11 forks source link

Rotate 2D reduces dimensions #499

Open tibuch opened 6 years ago

tibuch commented 6 years ago

If a n-dimensional image (n > 2) is rotated with Rotate 2D all dimensions which are not selected are reduced by 1.

Example: Input dimensions: [3,3,3] (Names: [X,Y,Z]) Selected dimensions in Rotate 2D: [X,Y] Output dimensions: [3,3,2] (Names: [X,Y,Z])