kabasset / Linx

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

Merge FilterMixin and its children #16

Closed kabasset closed 8 months ago

kabasset commented 9 months ago

As opposed to Kernel, StructuringElement is extensible, and proved to be as fast. Therefore, both could be merged into FilterMixin (to be renamed as Filter).

One thing to assess is how SeparableFilter would integrate with this design.

kabasset commented 8 months ago

Done, with SeparableFilter split into FilterSeq and FilterAgg.