knip icon indicating copy to clipboard operation
knip copied to clipboard

KNIME Image Processing Extension

Results 100 knip issues
Sort by recently updated
recently updated
newest added

In the **Image Viewer** node, labelings that have a label value of `[0]` (that you get e.g. when using a _Create Labeling_ aggregation and using an Integer column for the...

When aggregating images with the *GroupBy* node, it would be useful to also have a "Sum Image" option in addition to Min/Mean/Max Image. How about adding `org.knime.knip.base.data.aggregation.ImgSumOperator` modeled after [the...

Even if either one of the "Replace" options is selected, the node changes the name of the column so that it's not effectively replacing.

When additional dimensions are added during the loop, they are removed in the _Tile Loop End_ node, so that the output images are of the same dimensionality as the inputs.

Steps to reproduce: 1. Create an image with X, Y, Channel 2. Configure Dimension Swapper to move the Channel to position 0: Output should be `dimensions=3,100,100 (Channel,X,Y);` but is `dimensions=100,3,100...

It would be nice to warn/inform users that `Surface Area` is computed in pixel units. This could be done similarly to how it's implemented for `Volume`:

It would be great to have the image previews of the central Z slice instead of the first one. If the Z-stacks are good, they all start completely black for...

enhancement

Support shortcuts for rotating to ZY, XZ, and XY plane (e.g. Shift+X) to allow for easier navigation.

The `F1` shortcut (that users know from BDV itself) to show how the navigation works and all the BDV shortcut magic seems to be currently unsupported. We should make it...