Creates an empty array suitable for use in field simulations. This is the "blank canvas" on which the rest of the image full simulation draws.
Parameters
| Name | Type | Description |
|---|---|---|
| Width | int | Width of the image, in pixels. |
| Height | int | Height of the image, in pixels. |
Inputs
| Name | Type | Description |
|---|---|---|
Outputs
| Name | Type | Description |
|---|---|---|
| Image/Width | int | Width of the image, in pixels. |
| Image/Height | int | Height of the image, in pixels. |
| Image/Data | double* | Pixel value array, intialized to zero. Stored in row-dominant (c-style) order. |