C# Class Accord.Imaging.FastRetinaKeypointPattern.PatternPoint

ファイルを表示 Open project: accord-net/framework

Public Properties

Property Type Description
sigma float
x float
y float

Public Methods

Method Description
PatternPoint ( float x, float y, float sigma ) : Accord.Math

Method Details

PatternPoint() public method

public PatternPoint ( float x, float y, float sigma ) : Accord.Math
x float
y float
sigma float
return Accord.Math

Property Details

sigma public_oe property

public float sigma
return float

x public_oe property

public float x
return float

y public_oe property

public float y
return float