gw-cs-sd / sd-2017-human-tracking

sd-2017-human-tracking created by GitHub Classroom
0 stars 1 forks source link

Incorporating Location Data into userComparison #11

Closed michael5486 closed 7 years ago

michael5486 commented 7 years ago

Need to migrate the code I have regarding my location buffer into the main loop the performs user tracking and motor control

michael5486 commented 7 years ago

locationBuffer implemented, working on feeding it into userComparison function and giving it a proper multiplier/threshold so as to not overpower the other classification data (targetUserID and jointData)

michael5486 commented 7 years ago

Done. Also implemented region filtering to ensure that if the user leaves the screen, only users that reenter from the same side are considered.