Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDescriptor Constructor

Initializes a new instance of the SpeededUpRobustFeaturesDescriptor class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public SpeededUpRobustFeaturesDescriptor(
	IntegralImage integralImage
)
Request Example View Source

Parameters

integralImage
Type: Accord.ImagingIntegralImage
The integral image which is the source of the feature points.
See Also