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
What functions should exist, should we provide simple wrapper functions, what code structure do we want, and what docs need to exist to ensure discoverability.
Related: what’s our policy for breaking changes - what warrants a rename or signature change and what doesn’t.
The text was updated successfully, but these errors were encountered:
I'd disagree with renaming filter_clamped to filter since shorter names are not always better names for code readability as the name filter hides that it clamps pixel sums unless you read the docs and so could become a foot-gun.
Not to mention that all the gradient functions all currently only support GrayImage, and not color images. Supporting any image pixel would require repeating filter_clamped()'s trait bounds on every one of the one-liner functions which is not very maintainable and not an easy API to learn for new users.
What functions should exist, should we provide simple wrapper functions, what code structure do we want, and what docs need to exist to ensure discoverability.
Related: what’s our policy for breaking changes - what warrants a rename or signature change and what doesn’t.
The text was updated successfully, but these errors were encountered: