Add a structuring element that uses a 2-d Gaussian beam shape (e.g., by thresholding my_gauss2d with the threshold defaulting to 0.5 but tunable) and either cylindrical (depth tunable), 2-d only, or Gaussian profile along the third dimension.
Also add a box-like structuring element tunable to three dimensions but defaulting to square. Can be subbed in for in-place structuring element generation in the local max identification, but mostly this is for toolkit/completeness.
Both can follow the existing "round" and "connection" element formats. This one should be pretty easy.
Add a structuring element that uses a 2-d Gaussian beam shape (e.g., by thresholding my_gauss2d with the threshold defaulting to 0.5 but tunable) and either cylindrical (depth tunable), 2-d only, or Gaussian profile along the third dimension.
Also add a box-like structuring element tunable to three dimensions but defaulting to square. Can be subbed in for in-place structuring element generation in the local max identification, but mostly this is for toolkit/completeness.
Both can follow the existing "round" and "connection" element formats. This one should be pretty easy.