C# 클래스 Emgu.CV.Features2D.Features2DTracker.ImageFeatureMatcher

A simple class that use flann to match Image features.
상속: DisposableObject
파일 보기 프로젝트 열기: genecyber/PredatorCV

공개 메소드들

메소드 설명
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