Skip to content

can not understand #16

@scutcr7

Description

@scutcr7

if(first_iteration):
finger_ct_history[0]=finger_ct_history[1]=len(finger)
first_iteration=False
else:
finger_ct_history[0]=0.34*(finger_ct_history[0]+finger_ct_history[1]+len(finger))

if((finger_ct_history[0]-int(finger_ct_history[0]))>0.8):
    finger_count=int(finger_ct_history[0])+1
else:
    finger_count=int(finger_ct_history[0])

finger_ct_history[1]=len(finger)

I'm really confused ,what do the above lines do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions