LucioC / class_share

my masters repo
0 stars 0 forks source link

Swipe left and right are expecting the left hand to be tracked #100

Closed LucioC closed 11 years ago

LucioC commented 11 years ago

We should not restrict that.

LucioC commented 11 years ago

abstract gesture recognition that calls all registered gestures is filtering the skeletons based on both hands, head and shouldercenter tracking. We could move this verification to the gesture class itself, that will guarantee the consistence of the existing skeleton. This may involve a refactoring to the ISkeleton or IJoint interfaces.

Or, we could simply require full upper body tracking.