loop9

Crates.ioloop9
lib.rsloop9
version0.1.5
sourcesrc
created_at2017-10-20 11:56:38.739907
updated_at2024-01-15 11:11:35.843236
descriptionTiny helper function to visit every pixel in the image together with its neighboring pixels. Duplicates pixels on the edges.
homepagehttps://lib.rs/crates/loop9
repositoryhttps://gitlab.com/kornelski/loop9.git
max_upload_size
id36340
size8,407
maintainers (github:rust-bus:maintainers)

documentation

README

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.

Commit count: 0

cargo fmt