Get all the methods that belongs to the IImage and Image class with ExposableMethodAttribute set true.
Namespace:
Emgu.CV.ReflectionAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public static IEnumerable<KeyValuePair<string, MethodInfo>> GetImageMethods( IImage image ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetImageMethods ( _ image As IImage _ ) As IEnumerable(Of KeyValuePair(Of String, MethodInfo)) |
| Visual C++ |
|---|
public: static IEnumerable<KeyValuePair<String^, MethodInfo^>>^ GetImageMethods( IImage^ image ) |
Parameters
- image
- Type: Emgu.CV..::.IImage
The IImage object to be refelected for methods marked with ExposableMethodAttribute