Skip to content

12.b Local-algorithm ported.

We need a mean to abstract away the way we iterate locally around a pixel.

Task 1: Local algorithm canvas.

  • Handle constant border and user-custom border extension
  • Mind that the border management might be dynamic
  • Border-management is well-documented
  • Local algorithm canvas is well-documented
  • Local-accumulation canvas + documentation

Task 2: SE-based morphological operators are ported using the new impl.

Task 3: Nbh-based algorithm are ported using new impl.

Edited by Edwin Carlinet