Emgu CV Library Documentation
ReflectIImage Class
NamespacesEmgu.CV.ReflectionReflectIImage

www.emgu.com/wiki
A collection of reflection function that can be applied to IImage object
Declaration Syntax
C#Visual BasicVisual C++
public class ReflectIImage
Public Class ReflectIImage
public ref class ReflectIImage
Members
All MembersConstructorsMethods



IconMemberDescription
ReflectIImage()()()
Initializes a new instance of the ReflectIImage class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
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

GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetTypeOfColor(IImage)
Get the color type of the image

GetTypeOfDepth(IImage)
Get the depth type of the image

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ReflectIImage

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