Click or drag to resize
Accord.NET (logo)

IFeatureDescriptorT Interface

Common interface for feature descriptors.

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

Type Parameters

T

The IFeatureDescriptorT type exposes the following members.

Properties
  NameDescription
Public propertyDescriptor
Gets or sets the descriptor vector associated with this point.
Top
See Also