소스 검색

Soem practical constant tweaking.

UVA Multi-touch 13 년 전
부모
커밋
4ae31ae037
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/trackers/hand.py

+ 1 - 1
src/trackers/hand.py

@@ -84,7 +84,7 @@ class HandTracker(GestureTracker):
         self.hands = []
 
         # Maximum distance between two fingers to be assigned to the same hand
-        self.max_finger_distance = 400
+        self.max_finger_distance = 300
 
     def find_hand(self, finger):
         for hand in self.hands: