You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Set Image Metadata node to set the dimension name (and nothing else), e.g. Dimension 2 to "Z" (as is required for bitmasks after the Feature Calculator (BETA) node currently - another bug?), the image offsets get multiplied by 2, as illustrated by this workflow:
When using the Set Image Metadata node to set the dimension name (and nothing else), e.g. Dimension 2 to "Z" (as is required for bitmasks after the Feature Calculator (BETA) node currently - another bug?), the image offsets get multiplied by 2, as illustrated by this workflow:
Set Metadata Offsets Bug.zip
I suspect the issue somewhere in these lines, where the
min
gets set correctly first, but later the image gets translated by the very samemin
again:knip/org.knime.knip.base/src/org/knime/knip/base/nodes/metadata/setimgmetadata/SetImgMetadataNodeModel.java
Lines 242 to 248 in 8aa1488
knip/org.knime.knip.base/src/org/knime/knip/base/nodes/metadata/setimgmetadata/SetImgMetadataNodeModel.java
Lines 263 to 264 in 8aa1488
Not sure if my guess is correct, though... I only quickly looked at the code.
(Tested with KNIME 3.5.3 and the nightly-built
KNIME Image Processing 1.6.1.201806190602
)The text was updated successfully, but these errors were encountered: