equal
deleted
inserted
replaced
22 using System.Collections.Generic; |
22 using System.Collections.Generic; |
23 using System.Linq; |
23 using System.Linq; |
24 using System.Text; |
24 using System.Text; |
25 using System.Windows.Media.Media3D; |
25 using System.Windows.Media.Media3D; |
26 |
26 |
27 namespace Trakers.MainModule.Search |
27 namespace Trakers.Tracking.Search |
28 { |
28 { |
29 public class Segmenter |
29 public class Segmenter |
30 { |
30 { |
31 //Stocke les positions d'une main au cours du temps. |
31 //Stocke les positions d'une main au cours du temps. |
32 private List<Point3D> handPointerHistory; |
32 private List<Point3D> handPointerHistory; |