Commit History

Author SHA1 Message Date
  Alexander Hendrich 001d4c3908 moved ForeFingerDetection and PalmDetection to VideoHandle 10 years ago
  Alexander Hendrich bde3676683 Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/etri-smartspaces 10 years ago
  Alexander Hendrich 573d2ba9a2 added confidenceThreshold to createVertexArray(), now the method only creates a vertex for each pixel if the pixel has a certain (100) confidence -> better performance for increased confidenceThreshold 10 years ago
  Alexander Hendrich ee1ce2329c removed inputProvider from Output, Output now only relies on VideoHandle 10 years ago
  jost_vincent.schultz 51153d98df ForeFingerDetection is now working iterative and calculates distances with real world coordinates. 10 years ago
  Daniel Kauth b7e41c7220 Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/etri-smartspaces 10 years ago
  Daniel Kauth 2e59d990d4 Started PalmDetection. 10 years ago
  Daniel Kauth 17174b5b78 Added Forearm Position to output. 10 years ago
  jost_vincent.schultz 1a04438747 Add "Vector pixel2VertexPosition(Vector)" to IVideoHandle/VideoHandle and add the foreFingerPosition to the output-data. 10 years ago
  Daniel Kauth d28b417555 Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/etri-smartspaces 10 years ago
  Daniel Kauth bc9accdbe8 Rendering is now fast, but not very nice. 10 years ago
  jost_vincent.schultz d202f8bea6 ForeFingerDetection hinzugefügt und IVideoHandle/VideoHandle erweitert. 10 years ago
  Alexander Hendrich 5906614cbc Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/etri-smartspaces 10 years ago
  Alexander Hendrich 28d121771e split up interface in inputProvider and videoHandle 10 years ago
  Alexander Hendrich d4aa51f4d2 removed stopwatch 10 years ago
  Alexander Hendrich 6b366ca554 changed 3dto2d conversion to floats 10 years ago
  Daniel Kauth 0c902026f3 Changed VertexArray and getVertexArray() to store all vertices in big array. 10 years ago
  Daniel Kauth 63e5ee1670 Added x(), y() and z() to Vector. 10 years ago
  Alexander Hendrich a8621b36a9 added fingertracking (using 3D) 10 years ago
  Alexander Hendrich 06ee7edef9 added Rectangle (for drawing plane) 10 years ago
  Alexander Hendrich fd21a84397 -improved performance for getVertexArray (still takes 40ms per frame, ToDo: Alex) 10 years ago
  Alexander Hendrich 646f149cdb -added getVertexArray 10 years ago
  Alexander Hendrich e6b9859ef4 -added source.stop() 10 years ago
  Alexander Hendrich ad448052a9 test 10 years ago
  Anton 1fd9616ab4 -added VertexBufferObjects 10 years ago
  Daniel Kauth e66ab15909 Deleted triangle. 10 years ago
  Daniel Kauth 41f4d61324 Deleted unnecessary files. 10 years ago
  Alexander Hendrich e57d38308f Merge branch 'master' of https://git.tk.informatik.tu-darmstadt.de/etri-smartspaces 10 years ago
  Alexander Hendrich 3da73aaba4 added visual fingertracking 10 years ago
  Anton 412e2b2077 -added VertexBufferObject (Efficient OpenGL Rendering) 10 years ago