Skip to content

Extending HIP: Mean Filter

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.

Clone this wiki locally