Functions for test image generation. More...
Static Public Member Functions | |
| static Image | Jaehne (Size2D size, int numPlanes, TestImageDataType dataType) |
| Create a filter test image as suggested by Prof. Jaehne, suitable for investigating the isotropy characteristics of a filter. | |
| static Image | Ramp (Size2D size, int numPlanes, TestImageDataType dataType, Axis axis) |
| Create a gray ramp test image with offset 0 and slope 1. | |
| static Image | Ramp (Size2D size, int numPlanes, TestImageDataType dataType, Axis axis, double offset, double slope) |
| Create a gray ramp test image. | |
Functions for test image generation.
|
static |
Create a filter test image as suggested by Prof. Jaehne, suitable for investigating the isotropy characteristics of a filter.
| size | Size of the image to be generated. |
| numPlanes | Number of planes the image should have. |
| dataType | Data type the image should have. |
|
static |
Create a gray ramp test image with offset 0 and slope 1.
| size | Size of the image to be generated. |
| numPlanes | Number of planes the image should have. |
| dataType | Data type the image should have. |
| axis | Axis along which the ramp should run. |
|
static |
Create a gray ramp test image.
| size | Size of the image to be generated. |
| numPlanes | Number of planes the image should have. |
| dataType | Data type the image should have. |
| axis | Axis along which the ramp should run. |
| offset | Offset the ramp should have. |
| slope | Slope the ramp should have. |