A collection of reflection function that can be applied to IImage object

Namespace: Emgu.CV.Reflection
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class ReflectIImage
Public NotInheritable Class ReflectIImage
public ref class ReflectIImage abstract sealed

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GetImageMethods(IImage)
Get all the methods that belongs to the IImage and Image class with ExposableMethodAttribute set true.
GetPixelColor(IImage, Point)
Get the color at the specific location of the image
GetTypeOfColor(IImage)
Get the color type of the image
GetTypeOfDepth(IImage)
Get the depth type of the image

Inheritance Hierarchy

System..::..Object
  Emgu.CV.Reflection..::..ReflectIImage

See Also