Rank filter context
I did some modifications. Can you give me feedback whether style is ok, then I try to do the rest tomorrow.
Changes made so far:
-
filter_rank module is split in 4 different modules:
- filter_neighbourhood
- filter_rank
- filter_morphological
- local_background_subtraction
-
Erosion and dilation are defined as "morphological operations", which build on top of "rank filters"
-
rank filters module
- changed concept map
- add requirements, motivation, and learning objectives
-
morphological filters module
- change concept map
- formula explained in concept map
Context of local background block and neighbourhood filters block not changed yet.
Edited by Christian Tischer