and it will be3×3×10. Each depth slice will correspond to the result of convolving the input with one of our 10 filters. Each filter output will be a 2D array with dimensions3×3.
- Add new parameter ``use_gaussian_derivatives`` to ``skimage.feature.hessian_matrix`` which allows the computation of the Hessian matrix by convolving with Gaussian derivatives (`#6149 <https://github.com/scikit-image/scikit-image/pull/6149>`_). - Add new parameters ``squared_butterworth`...