Click or drag to resize
Accord.NET (logo)

FeatureDescriptorT Constructor

Initializes a new instance of the FeatureDescriptor struct.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public FeatureDescriptor(
	T value
)
Request Example View Source

Parameters

value
Type: T
The feature vector.
See Also