Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 756 Bytes

TODO.md

File metadata and controls

18 lines (12 loc) · 756 Bytes

Wish list and remaining issues

  • Implement other boundary conditions.

  • localmap can extract ROI as a vector or a N-dimensional sub-array with indices relative to the sliding window.

  • Consistency: more possibilities for strel (like building a kernel) and is_morpho_math_box should yield true for any acceptable arguments for box.

  • 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 and LocalFilters.centered or reverse_kernel and center_kernel. The former makes more sense since the methods can be applied to other things than a kernel. There should be a LocalFilters.reversed_conjugate?