C# Class Emgu.CV.Reflection.ReflectColorType

A collection of reflection function that can be applied to ColorType object
Exibir arquivo Open project: fajoy/RTSPExample

Public Methods

Method Description
GetDisplayColorOfChannels ( IColor color ) : System.Color[]

Get the display color for each channel

GetNamesOfChannels ( IColor color ) : String[]

Get the names of the channels

Method Details

GetDisplayColorOfChannels() public static method

Get the display color for each channel
public static GetDisplayColorOfChannels ( IColor color ) : System.Color[]
color IColor The color
return System.Color[]

GetNamesOfChannels() public static method

Get the names of the channels
public static GetNamesOfChannels ( IColor color ) : String[]
color IColor The color
return String[]