http://www.emgu.com
A similar Image feature

Namespace: Emgu.CV.Features2D
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)

Syntax

C#
public ImageFeature Feature { get; set; }
Visual Basic
Public Property Feature As ImageFeature
	Get
	Set
Visual C++
public:
property ImageFeature Feature {
	ImageFeature get ();
	void set (ImageFeature value);
}

See Also