Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

loop9

  • Clone with SSH
  • Clone with HTTPS
  • Kornel Lesiński's avatar
    Kornel authored
    58b83d73
    History
    Name Last commit Last update
    src
    Cargo.toml
    LICENSE
    README.md

    9 neighboring pixels iterator

    Tiny helper function to visit every pixel in the image together with its neighboring pixels. Duplicates pixels on the edges.

    Ideal for implementing small image convolutions like blur, sharpening or edge detection.