Click or drag to resize

ReflectIImage Class

http://www.emgu.com
A collection of reflection function that can be applied to IImage object
Inheritance Hierarchy
SystemObject
  Emgu.CV.ReflectionReflectIImage

Namespace:  Emgu.CV.Reflection
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public static class ReflectIImage

The ReflectIImage type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetImageMethods
Get all the methods that belongs to the IImage and Image class with ExposableMethodAttribute set true.
Public methodStatic memberGetPixelColor
Get the color at the specific location of the image
Public methodStatic memberGetTypeOfColor
Get the color type of the image
Public methodStatic memberGetTypeOfDepth
Get the depth type of the image
Top
See Also