C# 클래스 Emgu.CV.Features2D.LDetector

파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BaseFeatureSize double
ClusteringDistance double
NOctaves int
NViews int
Radius int
Threshold int

공개 메소드들

메소드 설명
DetectKeyPoints ( Byte>.Image image, int maxCount, bool scaleCoords ) : Emgu.CV.Structure.MKeyPoint[]

Detect the Lepetit keypoints from the image

DetectKeyPointsRaw ( Byte>.Image image, int maxCount, bool scaleCoords ) : VectorOfKeyPoint

Detect the Lepetit keypoints from the image

DetectKeyPointsRaw ( byte>.Image image ) : VectorOfKeyPoint

Detect the keypoints in the image

Init ( ) : void

Set the parameters to default value

메소드 상세

DetectKeyPoints() 공개 메소드

Detect the Lepetit keypoints from the image
public DetectKeyPoints ( Byte>.Image image, int maxCount, bool scaleCoords ) : Emgu.CV.Structure.MKeyPoint[]
image Byte>.Image The image to extract Lepetit keypoints
maxCount int The maximum number of keypoints to be extracted, use 0 to ignore the max count
scaleCoords bool Indicates if the coordinates should be scaled
리턴 Emgu.CV.Structure.MKeyPoint[]

DetectKeyPointsRaw() 공개 메소드

Detect the Lepetit keypoints from the image
public DetectKeyPointsRaw ( Byte>.Image image, int maxCount, bool scaleCoords ) : VectorOfKeyPoint
image Byte>.Image The image to extract Lepetit keypoints
maxCount int The maximum number of keypoints to be extracted, use 0 to ignore the max count
scaleCoords bool Indicates if the coordinates should be scaled
리턴 Emgu.CV.Util.VectorOfKeyPoint

DetectKeyPointsRaw() 공개 메소드

Detect the keypoints in the image
public DetectKeyPointsRaw ( byte>.Image image ) : VectorOfKeyPoint
image byte>.Image The image from which the key point will be detected from
리턴 VectorOfKeyPoint

Init() 공개 메소드

Set the parameters to default value
public Init ( ) : void
리턴 void

프로퍼티 상세

BaseFeatureSize 공개적으로 프로퍼티

Base feature size
public double BaseFeatureSize
리턴 double

ClusteringDistance 공개적으로 프로퍼티

Clustering Distance
public double ClusteringDistance
리턴 double

NOctaves 공개적으로 프로퍼티

Number of Octaves
public int NOctaves
리턴 int

NViews 공개적으로 프로퍼티

Number of views
public int NViews
리턴 int

Radius 공개적으로 프로퍼티

Radius
public int Radius
리턴 int

Threshold 공개적으로 프로퍼티

Threshold
public int Threshold
리턴 int