C# Class Emgu.CV.Reflection.GenericParameter

A generic parameter for the Operation class
Exibir arquivo Open project: fajoy/RTSPExample Class Usage Examples

Public Methods

Method Description
GenericParameter ( Type selectedType, Type availableType ) : System

Create a generic parameter for the Operation class

Method Details

GenericParameter() public method

Create a generic parameter for the Operation class
public GenericParameter ( Type selectedType, Type availableType ) : System
selectedType System.Type The selected generic parameter typ
availableType System.Type The types that can be used
return System