Reads images from various file formats supported by the Bio-Formats library and imports them to the KNIME-internal image format. A list of the supported formats can be found here: http://loci.wisc.edu/bio-formats/formats. Image can also be downloaded and read from URLs (e.g. http://...). The URLs have to be provided via the input table (as strings).
Alternatively, selecting subsets can be done in three ways using the text field below each selection list:
Discrete Element Selection Every element that shall be selected can be entered on it's own, separated by commas. e.g. "1, 5, 8, 9"
Cohesive Element Selection Selecting a complete region "from" a given value "to" another can be done by putting a hyphen between two values, marking the first as the region start and the second as the end. Comma-separation still holds and can separate either complete regions, or regions and discrete selections. e.g. 1-5, 8-10, 11
Function Based Selection Selection values based on a given function can be done by marking the function with a leading "f=" and entering the desired functionality thereafter. Any single variable function or constant contained within the javascript math package can be used with standard javascript syntax. (e.g. math.pow(2, i) for selecting 2, 4, 8,...)
Combining The above mentioned functionalities can be arbitrarily intermingled as every comma separated entry is read and interpreted on it's own. e.g. Selecting all Values from 1-10, every eleventh entry and the twentieth entry for some reason can be done by entering: "1-10, 20, f=11*i"
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Image Processing from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.