Convert Image Data¶
Applies simple filtering or scaling algorithms on an image. For more complex operations see the more specialized image manipulation nodes
Documentation¶
Algorithms¶
- cartesian from complex
Converts complex valued channels into pairs of real/imaginary channels
- cartesian to complex
Converts pairs of real/imaginary channels into complex valued channels
- polar from complex
Converts complex valued channels into pairs of magnitude/phase channels
- polar to complex
Converts pairs of magnitude/phase channels into complex valued channels
- to float
Converts all channels into float data
- to integer
Converts all channels into integer data
Definition¶
Input ports¶
- source image
source image to filter
Output ports¶
- result image
result after filtering
Configuration¶
- Algorithm (algorithm)
(no description)
Implementation¶
Some of the docstrings for this module have been extracted from the scikit-image library and are covered by their respective licenses.
- class node_conversions.ConversionImageFiltering[source]