JuliaImages / ImageFiltering.jl

Julia implementations of multidimensional array convolution and nonlinear stencil operations
Other
99 stars 51 forks source link

Add warning to imfilter! for transposed OffsetVectors #270

Open BioTurboNick opened 7 months ago

BioTurboNick commented 7 months ago

Fixes #269 by providing a warning when a transpose of an OffsetVector is passed in as a kernel component.

It seems any proper attempt to fix this is far too complicated, if even possible in the near term. At least a warning should direct people to the better way.

BioTurboNick commented 7 months ago

Remaining question is whether this is the best spot for the warning, or if it should also go elsewhere.