Module: 02: Pixel by pixel operations with two grids
Copyrights (c) 2003 by Olaf Conrad
Menu: Lectures > Introducing Module Programming
Description
Pixel by pixel operations with two grids.
(c) 2003 by Olaf Conrad, Goettingen
email: oconrad@gwdg.de
Parameters
NameTypeIdentifierDescriptionConstraints
Input
First input grid Grid (input)INPUT_AThis must be your input data of type grid.
Second input grid Grid (input)INPUT_BThis must be your input data of type grid.
Output
OutputGrid (output)OUTPUTThis will contain your output data of type grid.
Options
MethodChoiceMETHODChoose a methodAvailable Choices:
[0] Addition
[1]
[2] Subtraction
[3] Multiplication
[4] Division