-
Implement other boundary conditions.
-
localmap
can extract ROI as a vector or aN
-dimensional sub-array with indices relative to the sliding window. -
Consistency: more possibilities for
strel
(like building a kernel) andis_morpho_math_box
should yieldtrue
for any acceptable arguments forbox
. -
Check doc. for math. morphology and bilateral filter.
-
Write doc. for van Herk-Gil-Werman algorithm and make it more direct to found.
-
Homogenize names:
LocalFilters.reversed
andLocalFilters.centered
orreverse_kernel
andcenter_kernel
. The former makes more sense since the methods can be applied to other things than a kernel. There should be aLocalFilters.reversed_conjugate
?