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

A similar feature is a structure that contains a Image feature and its corresponding distance to the comparing Image feature
Show file Open project: genecyber/PredatorCV

Public Methods

Method Description
SimilarFeature ( double distance, Emgu.CV.Features2D.ImageFeature feature ) : System

Create a similar Image feature

Method Details

SimilarFeature() public method

Create a similar Image feature
public SimilarFeature ( double distance, Emgu.CV.Features2D.ImageFeature feature ) : System
distance double The distance to the comparing Image feature
feature Emgu.CV.Features2D.ImageFeature A similar Image feature
return System