C# Class Emgu.CV.Features2D.SURFTracker.MatchedSURFFeature

The matched SURF feature
Exibir arquivo Open project: genecyber/PredatorCV

Public Properties

Property Type Description
ObservedFeature SURFFeature

Public Methods

Method Description
MatchedSURFFeature ( SURFFeature observedFeature, SURFFeature modelFeatures, double dist ) : System

Create a matched feature structure.

Method Details

MatchedSURFFeature() public method

Create a matched feature structure.
public MatchedSURFFeature ( SURFFeature observedFeature, SURFFeature modelFeatures, double dist ) : System
observedFeature SURFFeature The feature from the observed image
modelFeatures SURFFeature 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 SURFFeature,Emgu.CV.Features2D ObservedFeature
return SURFFeature