C# Class Accord.Imaging.CornerFeaturePoint

Corner feature point.
Inheritance: IFeaturePoint
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
CornerFeaturePoint ( IntPoint point ) : AForge

Initializes a new instance of the CornerFeaturePoint class.

Method Details

CornerFeaturePoint() public méthode

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