Click or drag to resize
Accord.NET (logo)

FeatureDescriptorT  Conversion (T to FeatureDescriptorT)

Performs an implicit conversion from T to FeatureDescriptor.

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

Parameters

value
Type: T
The value to be converted.

Return Value

Type: FeatureDescriptorT
The result of the conversion.
See Also