C# Class Accord.Imaging.CornerFeaturePoint

Corner feature point.
Inheritance: IFeaturePoint
ファイルを表示 Open project: accord-net/framework

Public Methods

Method Description
CornerFeaturePoint ( IntPoint point ) : AForge

Initializes a new instance of the CornerFeaturePoint class.

Method Details

CornerFeaturePoint() public method

Initializes a new instance of the CornerFeaturePoint class.
public CornerFeaturePoint ( IntPoint point ) : AForge
point AForge.IntPoint
return AForge