Back to Top

Parallel Bilateral Filtering using OpenCL

Parallel Bilateral Filtering using OpenCL

Ruitao (Toby) Du, Xide Xia

CS205: Computing Foundations for Computational Science

Instructor: Thouis "Ray" Jones

Try Our Code

OpenCL without buffer

Compute a batch of points at the same time with OpenCL to speed up the processing

View details »

OpenCL with buffer

Further accelerate the calculation by taking advantage of local buffers

View details »

OpenCL with buffer and index trick

Use an index trick to reuse part of the buffer of the previous iterations

View details »