Gabriel Einsdorf
Gabriel Einsdorf
This PR adds support for compressed handles, that operate on archives: namely `.zip`, `.gzip` and `bzip2` archives. This requires #339 and #340 to be merged first.
During a conversation with @ctrueden we created the following plan for further improvements of the scijava-location API: ## Abstraction structure: 1. __Location:__ Contains the metadata, where a file is located,...
This would allow users to use this value in other nodes that require a threshold input (e.g. Voronoi Segmentation)
https://forum.knime.com/t/image-reader-problem-in-knime-3-6-0/11935
When running many instances of the DoG node with a non-minimal workload at once (amount depends on available compute), the computation grinds to an halt and takes forever.
CCA -> Segment Features -> Convex Hull leads to out of bounds array access.
When the **Slice Loop End** node encounters a column that is not sliced (e.g. it was created within the loop) it fails with a NullpointerExeption, this is not informative for...
When resizing UnsignedByteType images there can be over and underflows when are downsampled using "Linear Interpolation" or "Lanczos Interpolation" , this seems to be a problem either upstream, or in...
A users reports in the forum that the default labeling color is hard to see (it is a deep purple): https://tech.knime.org/forum/knime-image-processing/interactive-annotator-questions As a first step we could change the default...
The image reader has issues remembering file locations correctly through workflow close -> reopen cycles, if it has been created via drag and drop.