Skip to main content
. 2019 Mar 5;19(5):1121. doi: 10.3390/s19051121
Method: Estimation of dynamic threshold for eyelid closure:
  • (a)
    • if the MVdown(i) > 0;
    • Add the MVdown(i) the current frame to the set X;
  • (b)
    if the value of MVdown(i) <= 0, this indicates the end of the closing phase and the start of the pause phase;
    • Y= maximum value in the set “X”;
    • Add Y to the thresholds set T;
    • New threshold value = finding the median value of the T set;
Else, repeat the first step (a).