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
파일 보기 프로젝트 열기: genecyber/PredatorCV

공개 메소드들

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