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

The matched Image feature
Mostrar archivo Open project: genecyber/PredatorCV

Public Properties

Property Type Description
ObservedFeature Emgu.CV.Features2D.ImageFeature

Public Methods

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

Create a matched feature structure.

Method Details

MatchedImageFeature() public method

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
return System

Property Details

ObservedFeature public_oe property

The observed feature
public ImageFeature,Emgu.CV.Features2D ObservedFeature
return Emgu.CV.Features2D.ImageFeature