Project

General

Profile

Feature #468

[Function] Mask Intensity Controller

Added by Anonymous over 3 years ago. Updated over 3 years ago.

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

#1

Updated by Anonymous over 3 years ago

  • % Done changed from 0 to 100
  • Estimated time set to 0.50 h
#2

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)
#3

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

Also available in: Atom PDF