C# Класс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
SimilarFeature ( double distance, Emgu.CV.Features2D.ImageFeature feature ) : System

Create a similar Image feature

Описание методов

SimilarFeature() публичный Метод

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
Результат System