Click or drag to resize
Accord.NET (logo)

IFeaturePoint Interface

Common interface for feature points.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public interface IFeaturePoint
Request Example View Source

The IFeaturePoint type exposes the following members.

Properties
  NameDescription
Public propertyX
Gets or sets the x-coordinate of this point.
Public propertyY
Gets or sets the y-coordinate of this point.
Top
See Also