Ejemplo n.º 1
0
 /// <summary>
 /// Create a Image tracker, where Image is matched with flann
 /// </summary>
 /// <param name="modelFeatures">The Image feature from the model image</param>
 public Features2DTracker(ImageFeature[] modelFeatures)
 {
     _matcher = new ImageFeatureMatcher(modelFeatures);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a Image tracker, where Image is matched with flann
 /// </summary>
 /// <param name="modelFeatures">The Image feature from the model image</param>
 public Features2DTracker(ImageFeature[] modelFeatures)
 {
     _matcher = new ImageFeatureMatcher(modelFeatures);
 }