Module: 06: Extended neighbourhoods
Copyrights (c) 2003 by Olaf Conrad
Menu: Lectures > Introducing Module Programming
Name | Type | Identifier | Description | Constraints |
---|---|---|---|---|
Input | ||||
Input grid | Grid (input) | INPUT | This must be your input data of type grid. | |
Output | ||||
Output grid | Grid (output) | OUTPUT | This will contain your output data of type grid. | |
Options | ||||
Radius | Integer | RADIUS | Minimum: 1.000000 | |
Method | Choice | METHOD | Choose a method | Available Choices: [0] Quadratic [1] Circle [2] Distance Weighted (inverse distance) |