Click or drag to resize
Accord.NET (logo)

IFeaturePoint< T> 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 IFeaturePoint< T> type exposes the following members.

Properties
  NameDescription
Public propertyDescriptor
Gets or sets the descriptor vector associated with this point.
(Inherited from IFeatureDescriptor<T>.)
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