| |
2D Array
MGI Edge Enhance 2D Array

Perform an edge enhancement operation on a 2D array based on the absolute value of differences between neighbors of a point in opposite directions. It doesn't sharpen edges, but it does damp out constant regions.
MGI Gaussian Smooth

Apply a gaussian smoothing function in one direction on a 2D array of data. Smooth scale is the e-fold length in array index units. Accuracy factor is the ratio of the smallest included term to the largest term. Data is effectively surrounded by zero's on the boundary.
MGI Smooth 2D Array

Perform a smoothing operation on a 2D array using a kernel like:
0 1 0
1 1 1
0 1 0
Element sums are normalized by the number of valid source elements, so a constant array would be unchanged.
MGI XY Sizes

Determine array dimensions and put the result into an XY cluster.
|
|