Alexander Hendrich
|
606b70d2ce
improved fingerDetection if multiple fingers are detected on the same spot
|
11 years ago |
Alexander Hendrich
|
418abebfbf
added PalmTouchDetector (split up from TouchDetector)
|
11 years ago |
Alexander Hendrich
|
d2b7c55a2b
renamed Palm to PalmRect (namepsace+class can't have same name)
|
11 years ago |
Anton Rohr
|
71fc374ef5
-added palmGrid to palmImage (at the moment 3*4 grid, can be edited in drawing function)
|
11 years ago |
Daniel Kauth
|
088003d189
Did some refactoring. (Added Palm and PalmDetector / PalmImage only saves state for display (like FingerImage))
|
11 years ago |
Daniel Kauth
|
f1322ee1f1
Replaced bresenham by image.Draw(...).
|
11 years ago |
Daniel Kauth
|
9f44879d7e
Added conversion from absolute to relative touch event positions.
|
11 years ago |
Daniel Kauth
|
e444b4f6f0
Added min area rect of palm without thumb and wrist.
|
11 years ago |
Daniel Kauth
|
d994b7b1a8
Improved contour detection (using depthImage instead of edgeImage and floodfill to remove pointing hand).
|
11 years ago |
Daniel Kauth
|
2f055d997c
Added pause / unpause and next / previous frame to video playback. (pause / unpause: space, prev / next: left / right)
|
11 years ago |
Daniel Kauth
|
598f9190ea
Changed contour detection to use depth image (instead of edge image).
|
11 years ago |
Daniel Kauth
|
29d87aebb7
Added contour and convex hull based on edge image with area around fingerslices (except for left most finger) removed.
|
11 years ago |
Alexander Hendrich
|
1fc42bf3a8
improved fingerdetection
|
11 years ago |
Alexander Hendrich
|
1832a8b3f5
completly rewritten fingerDetection using FingerSliceTrails (much better performance and even better results)
|
11 years ago |
Alexander Hendrich
|
70e66435f8
disabled correction of touchEvent-position due to changes to finger.direction
|
11 years ago |
Alexander Hendrich
|
b92cf0f283
improved fingerDetection and Vector2D+Line2D
|
11 years ago |
Alexander Hendrich
|
2a8ab128bb
small performance improvement for fingerDetection
|
11 years ago |
Alexander Hendrich
|
fabb1f4a41
removed stopwatch
|
11 years ago |
Alexander Hendrich
|
285c980139
-big performance+quality improvement for fingerDetection (using new pointSearch, hough-transformation and line-merging)
|
11 years ago |
Alexander Hendrich
|
9370bef4f2
Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/etri-smartspaces
|
11 years ago |
Alexander Hendrich
|
d318db43eb
improved fingerDetection + changed vector distance to float
|
11 years ago |
Daniel Kauth
|
7ed272cd31
Removed rect around fingers for contour detection.
|
11 years ago |
Daniel Kauth
|
8a24da26c9
Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/etri-smartspaces
|
11 years ago |
Daniel Kauth
|
06fcc1c850
Added palm contour.
|
11 years ago |
Anton Rohr
|
b4742445e2
Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/etri-smartspaces
|
11 years ago |
Anton Rohr
|
8259b58200
-updated distancePointPlane
|
11 years ago |
Anton Rohr
|
e51fa6ce89
-fixed Vector.sum()
|
11 years ago |
Anton Rohr
|
5f7e942601
-added normalize()
|
11 years ago |
Alexander Hendrich
|
2da8440b83
Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/etri-smartspaces
|
11 years ago |
Alexander Hendrich
|
bc4e36cf8b
improved trackers
|
11 years ago |