C# Класс Emgu.CV.Features2D.Features2DTracker.ImageFeatureMatcher

A simple class that use flann to match Image features.
Наследование: DisposableObject
Показать файл Открыть проект

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

Метод Описание
ImageFeatureMatcher ( Emgu.CV.Features2D.ImageFeature modelFeatures ) : System

Create k-d feature trees using the Image feature extracted from the model image.

MatchFeature ( Emgu.CV.Features2D.ImageFeature observedFeatures, int k, int emax ) : MatchedImageFeature[]

Match the Image feature from the observed image to the features from the model image

Защищенные методы

Метод Описание
DisposeObject ( ) : void

Release the unmanaged memory associate with this matcher

ReleaseManagedResources ( ) : void

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

DisposeObject() защищенный Метод

Release the unmanaged memory associate with this matcher
protected DisposeObject ( ) : void
Результат void

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

Create k-d feature trees using the Image feature extracted from the model image.
public ImageFeatureMatcher ( Emgu.CV.Features2D.ImageFeature modelFeatures ) : System
modelFeatures Emgu.CV.Features2D.ImageFeature The Image feature extracted from the model image
Результат System

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

Match the Image feature from the observed image to the features from the model image
public MatchFeature ( Emgu.CV.Features2D.ImageFeature observedFeatures, int k, int emax ) : MatchedImageFeature[]
observedFeatures Emgu.CV.Features2D.ImageFeature The Image feature from the observed image
k int The number of neighbors to find
emax int For k-d tree only: the maximum number of leaves to visit.
Результат MatchedImageFeature[]

ReleaseManagedResources() защищенный Метод

protected ReleaseManagedResources ( ) : void
Результат void