A collection of reflection function that can be applied to IImage object
Namespace: Emgu.CV.ReflectionAssembly: 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 ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() ![]() | 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
|