Skip to content

Performs a multithreaded preprocessing of input images before using OpenCL to generate their histograms using GPU acceleration.

Notifications You must be signed in to change notification settings

mcaveniathor/rust-ocl-histogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-ocl-histogram

An image luminance (histogram) generator written in Rust. Uses both CPU multithreading and GPU acceleration via OpenCL in order to maximize performance while maintaining thread and memory safety.

For the moment, histogram is displayed in the terminal itself using the tui library.

To run: cargo run PATH_TO_IMAGE

About

Performs a multithreaded preprocessing of input images before using OpenCL to generate their histograms using GPU acceleration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages