Applies Gaussian blur to the input image twice with different sigma values resulting in two images which are then subtracted from each other.
It is recommended to apply this operation to images of type Float (32 bit) as results might be negative.
Deprecated: Use differenceOfGaussian3D instead.
Ext.CLIJx_differenceOfGaussianInplace3D(Image input_and_destination, Number sigma1x, Number sigma1y, Number sigma1z, Number sigma2x, Number sigma2y, Number sigma2z);