Derivate

Node Icon

An image derivative filter is a mathematical operation that is applied to an image to extract information about its edge or texture features. It calculates the gradient or rate of change of the intensity values in the image and outputs a map of the derivative values. The results of the filter can be used for tasks such as edge detection, feature extraction, and image segmentation. This filter calculates the n:th order derivative image of an input.

Inputs

Input

Input image(s).

Type: Image, List, Required, Single

Outputs

Output

Output image(s).

Type: Image, List

Settings

Derivative Order Integer

Set derivative order.

Direction Selection

Set the direction of the derivative, in the image matrix coordinate system.

Values: i, j, k

Displacement Unit Selection

Set the displacement unit. If set to pixels [px], the voxel size will be ignored.

Values: px, mm

See also

References

Keywords: