C# Class Emgu.CV.Features2D.Features2DTracker.MatchedImageFeature

The matched Image feature
Afficher le fichier Open project: genecyber/PredatorCV

Méthodes publiques

Свойство Type Description
ObservedFeature Emgu.CV.Features2D.ImageFeature

Méthodes publiques

Méthode Description
MatchedImageFeature ( Emgu.CV.Features2D.ImageFeature observedFeature, Emgu.CV.Features2D.ImageFeature modelFeatures, double dist ) : System

Create a matched feature structure.

Method Details

MatchedImageFeature() public méthode

Create a matched feature structure.
public MatchedImageFeature ( Emgu.CV.Features2D.ImageFeature observedFeature, Emgu.CV.Features2D.ImageFeature modelFeatures, double dist ) : System
observedFeature Emgu.CV.Features2D.ImageFeature The feature from the observed image
modelFeatures Emgu.CV.Features2D.ImageFeature The matched feature from the model
dist double The distances between the feature from the observerd image and the matched feature from the model image
Résultat System

Property Details

ObservedFeature public_oe property

The observed feature
public ImageFeature,Emgu.CV.Features2D ObservedFeature
Résultat Emgu.CV.Features2D.ImageFeature