|
FeatureDescriptorT Conversion (T to FeatureDescriptorT)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public static implicit operator FeatureDescriptor<T> (
T value
)
Public Shared Widening Operator CType (
value As T
) As FeatureDescriptor(Of T)
Request Example
View SourceParameters
- value
- Type: T
The value to be converted.
Return Value
Type:
FeatureDescriptorT
The result of the conversion.
See Also