Feature #468
[Function] Mask Intensity Controller
Status:
Resolved
Priority:
Normal
Assignee:
-
Start date:
12/24/2021
Due date:
01/06/2022 (over 3 years late)
% Done:
100%
Estimated time:
Spent time:
Description
Coding task for texture controller
Added by Anonymous almost 4 years ago. Updated almost 4 years ago.
100%
Description
Coding task for texture controller
def intensityController(distance, monotonicity):
if monotonicity  'increase':
        return -(1/overlap_pixels)*distance + 1
    elif monotonicity  'decrease':
        return (1/overlap_pixels)*distance