Emgu CV Library Documentation
GetImageMethods Method (image)
NamespacesEmgu.CV.ReflectionReflectIImageGetImageMethods(IImage)

www.emgu.com/wiki
Get all the methods that belongs to the IImage and Image class with ExposableMethodAttribute set true.
Declaration Syntax
C#Visual BasicVisual C++
public static IEnumerable<KeyValuePair<string, MethodInfo>> GetImageMethods(
	IImage image
)
Public Shared Function GetImageMethods ( _
	image As IImage _
) As IEnumerable(Of KeyValuePair(Of String, MethodInfo))
public:
static IEnumerable<KeyValuePair<String^, MethodInfo^>>^ GetImageMethods(
	IImage^ image
)
Parameters
image (IImage)

[Missing <param name="image"/> documentation for "M:Emgu.CV.Reflection.ReflectIImage.GetImageMethods(Emgu.CV.IImage)"]

Return Value

[Missing <returns> documentation for M:Emgu.CV.Reflection.ReflectIImage.GetImageMethods(Emgu.CV.IImage)]

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)