The types that can be used

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

Syntax

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

See Also