A similar Image feature

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

Syntax

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

See Also