Open bgreenblatt opened 3 years ago
Indeed, it may be useful sometimes to control the radius parameter separately from the sigma, but this requires changing the signature of the function. This would break other people's code.
Makes sense. Maybe better to add a new API that supports both parameters and has some code duplication
I have a requirement to supply the radius instead of calculating it based on the sigma input. I implemented it like this:
Let me know what you think.