SIFTCreateAlgorithm Method OpenCvSharp Class Library
Creates a cv::Algorithm object using cv::Algorithm::create()

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static SIFT CreateAlgorithm(
	string name
)

Parameters

name
Type: SystemString
The algorithm name, one of the names returned by Algorithm.GetList()

Return Value

Type: SIFT

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.SIFT.CreateAlgorithm(System.String)"]

See Also

Reference