Available on crate feature
v2_5 only.Functionsยง
- gaussian_
kernel - This function constructs a Gaussian kernel parameterized by
alphaand stores the output inkernel. The parameterorderspecifies the derivative order, with0corresponding to a Gaussian,1corresponding to a first derivative Gaussian, and so on. Ifnormalizeis set totrue, then the kernel will be normalized to sum to one on output. Ifnormalizeis set tofalse, no normalization is performed.