Scarabyte / SSW690-Project

Repository for SSW690 Project
Other
1 stars 0 forks source link

Allow filter selection #38

Open Scarabyte opened 5 years ago

Scarabyte commented 5 years ago

Based on discussion in #16

There are three filters used for noise removal. Normalized box filter, Gaussian filter, and Bilateral filter.

It would be nice to be able to select the filters used and to adjust the parameters of those filters at run time.

Scarabyte commented 5 years ago

I think the way I would approach this would be to refactor the part of our code that does the filtering into a separate function, with the three filters in a Select Case, and the selection as an input parameter.