예제 #1
0
 public TrackerTM()
 {
     Active         = true;
     olflags        = OLFlags.All;
     searchLocation = new Point(200, 200);
     searchSize     = new Size(200, 200);
     searchDist     = 20;
 }
예제 #2
0
 public Tracker()
 {
     Active         = true;
     olflags        = OLFlags.All;
     maxPoints      = 50;
     pyrLevel       = 3;
     maxIter        = 20;
     eps            = 1;
     pyrWinSize     = new Size(10, 10);
     searchLocation = new Point(200, 200);
     searchSize     = new Size(600, 600);
 }