Resize
The Resize operator resizes an image to the given new shape.
Configuration Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
width |
int |
Width of the output image. |
| height |
int |
Height of the output image. |
Input
|
Input |
Type |
Description |
|---|---|---|
|
imageIn |
message.python.image |
Input image |
Output
|
Output |
Type |
Description |
|---|---|---|
|
imageOut |
message.python.image |
Resized image |
