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
Some functions are too slow to compute on each slider increment, but one still wants to be able to move a slider and trigger a computation on release, rather than have to go to a "calculate" button each time. One implementation idea is to have three settings for auto-call: True/on-value-change, on-release, False. Whether this is done with an enum, a union of an enum/bool, or something else... 🤷
Some functions are too slow to compute on each slider increment, but one still wants to be able to move a slider and trigger a computation on release, rather than have to go to a "calculate" button each time. One implementation idea is to have three settings for auto-call: True/on-value-change, on-release, False. Whether this is done with an enum, a union of an enum/bool, or something else... 🤷
xref scikit-image/skimage-tutorials#55
The text was updated successfully, but these errors were encountered: