Click or drag to resize
Accord.NET (logo)

IFeaturePointT Interface

Common interface for feature points.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public interface IFeaturePoint<out T> : IFeaturePoint, 
	IFeatureDescriptor<T>
Request Example View Source

Type Parameters

T

The IFeaturePointT type exposes the following members.

Properties
  NameDescription
Public propertyDescriptor
Gets or sets the descriptor vector associated with this point.
(Inherited from IFeatureDescriptorT.)
Public propertyX
Gets or sets the x-coordinate of this point.
(Inherited from IFeaturePoint.)
Public propertyY
Gets or sets the y-coordinate of this point.
(Inherited from IFeaturePoint.)
Top
See Also