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
Updated by Anonymous over 3 years ago
- Subject changed from [Code] Texture controller to [Function] Mask Intensity Controller
- Status changed from New to Closed
- Estimated time deleted (
0.50 h)
Updated by Anonymous over 3 years ago
- Status changed from Closed to Resolved
def intensityController(distance, monotonicity):
if monotonicity 'increase':
return -(1/overlap_pixels)*distance + 1
elif monotonicity 'decrease':
return (1/overlap_pixels)*distance