You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark Winter edited this page Mar 29, 2019
·
2 revisions
Introduction
This guide provides an in-depth example of coding a new filter in the Hydra Image Processing (HIP) library. For this example we will go through the process of adding a windowed averaging filter, or mean filter. The final mean-filter code is can be found in src/c/Cuda/CudaMeanFilter.cuh.