C# 클래스 Accord.Imaging.FastRetinaKeypointPattern

상속: ICloneable
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
descriptionPairs DescriptionPair[]
lookupTable PatternPoint[]
orientationPairs OrientationPair[]
patternSizes int[]
pointsValues int[]
step double

공개 메소드들

메소드 설명
Clone ( ) : object

Creates a new object that is a copy of the current instance.

FastRetinaKeypointPattern ( int octaves = 4, float scale = 22.0f ) : Accord.Math

비공개 메소드들

메소드 설명
build ( int octaves, float scale ) : void

메소드 상세

Clone() 공개 메소드

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
리턴 object

FastRetinaKeypointPattern() 공개 메소드

public FastRetinaKeypointPattern ( int octaves = 4, float scale = 22.0f ) : Accord.Math
octaves int
scale float
리턴 Accord.Math

프로퍼티 상세

descriptionPairs 공개적으로 프로퍼티

public DescriptionPair[] descriptionPairs
리턴 DescriptionPair[]

lookupTable 공개적으로 프로퍼티

Look-up table for the pattern points (position + sigma of all points at all scales and orientation)
public PatternPoint[] lookupTable
리턴 PatternPoint[]

orientationPairs 공개적으로 프로퍼티

public OrientationPair[] orientationPairs
리턴 OrientationPair[]

patternSizes 공개적으로 프로퍼티

public int[] patternSizes
리턴 int[]

pointsValues 공개적으로 프로퍼티

public int[] pointsValues
리턴 int[]

step 공개적으로 프로퍼티

public double step
리턴 double