Click or drag to resize

ReflectIImageGetImageMethods Method

http://www.emgu.com
Get all the methods that belongs to the IImage and Image class with ExposableMethodAttribute set true.

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static IEnumerable<KeyValuePair<string, MethodInfo>> GetImageMethods(
	IInputArray image
)

Parameters

image
Type: Emgu.CVIInputArray
The IImage object to be refelected for methods marked with ExposableMethodAttribute

Return Value

Type: IEnumerableKeyValuePairString, MethodInfo
All the methods that belongs to the IImage and Image class with ExposableMethodAttribute set true
See Also