Module: 02: Pixel by pixel operations with two grids
Copyrights (c) 2003 by Olaf Conrad
Menu: Lectures > Introducing Module Programming
Name | Type | Identifier | Description | Constraints |
---|---|---|---|---|
Input | ||||
First input grid | Grid (input) | INPUT_A | This must be your input data of type grid. | |
Second input grid | Grid (input) | INPUT_B | This must be your input data of type grid. | |
Output | ||||
Output | Grid (output) | OUTPUT | This will contain your output data of type grid. | |
Options | ||||
Method | Choice | METHOD | Choose a method | Available Choices: [0] Addition [1] [2] Subtraction [3] Multiplication [4] Division |