x_filter_dimension = 3The Kirsch operator is made up of a number of templates. Each template focuses on the edge strength in one direction. For each voxel, the Kirsch algorithm cycles through the desired number of directions and assigns an attribute (as specified by the parameter ``function'') of the best direction to the voxel. The best direction is the direction indicating the largest edge strength (gradient magnitude). The ``num_of_directions'' option can toggle to the following options:
y_filter_dimension = 3
z_filter_dimension = 3
num_of_directions = 13
function = gradient
threshold = 0
The ``function'' parameter toggles between the values ``gradient'' and ``direction''. The option ``gradient'' indicates that the gradient magnitude of the best Kirsch template is written into the output. The option ``direction'' indicates that the direction of the best Kirsch template is written into the output; for this option, a value of ``14'' indicates the opposite direction of ``1'', the value ``15'' indicates the opposite direction of ``2'', and so forth.
When you use the ``function = gradient'' option, you can zero out low-valued gradient values by setting the ``threshold'' parameter.