Click or drag to resize

GenericParameter Constructor

http://www.emgu.com
Create a generic parameter for the Operation class

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public GenericParameter(
	Type selectedType,
	Type[] availableType
)

Parameters

selectedType
Type: SystemType
The selected generic parameter typ
availableType
Type: SystemType
The types that can be used
See Also