The types that can be used

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Type[] AvailableTypes { get; set; }
Visual Basic (Declaration)
Public Property AvailableTypes As Type()
Visual C++
public:
property array<Type^>^ AvailableTypes {
	array<Type^>^ get ();
	void set (array<Type^>^ value);
}

See Also