kabasset / Linx

Extensible ND image laboratory
Apache License 2.0
3 stars 0 forks source link

Implement separable filters in terms of FilterMixin #4

Closed kabasset closed 8 months ago

kabasset commented 1 year ago

OrientedFilter may be too restrictive, and some arbitrary composition of filters would be beneficial, as SeparableFilter(Mixin) which would apply to any kind of filter, and would be composed with operator*().