sacooper / RustImageAlgos

Implementation of various image processing algorithms, including negation and canny edge detectiong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Image Algos

A small literary/executable demonstrating various data parallelism in Rust via image processing. So far this includes SIMD and thread pools (using simple_parallel)

This uses the Piston Image crate for image conversion/loading/saving, and implement image negation, canny edge detection, and (soon) Hough Transforms.

About

Implementation of various image processing algorithms, including negation and canny edge detectiong

License:Other


Languages

Language:Rust 100.0%