/// <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); }