Skip to content

Support for FetchContent and simplified custom coefficients

Compare
Choose a tag to compare
@berndporr berndporr released this 16 Jan 00:17
· 147 commits to master since this release

@epezent has sent a pull request so that the filter works with FetchContent.
Custom coefficients can now be directly set in the constructor so no "setup()" is needed. Of course setup() can still be used for setting the coefficients if needed.
Another unit test has been added for the custom coefficients.