Utilities class

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1062 (2.2.1.1062)

Syntax

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

Members

         
 All Members  Fields   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ColorPaletteToLookupTable(ColorPalette, Matrix<(Of <<'(Byte>)>>)%, Matrix<(Of <<'(Byte>)>>)%, Matrix<(Of <<'(Byte>)>>)%, Matrix<(Of <<'(Byte>)>>)%)
Convert the color pallette to four lookup tables
GetColorCvtCode(Type, Type)
Given the source and destination color type, compute the color conversion code for CvInvoke.cvCvtColor function
GetMatrixDepth(Type)
Get the OpenCV matrix depth enumeration from depth type
GetMatrixFromDescriptors(array<array<Single>[]()[][]>[]()[][])
Convert an array of descriptors to row by row matrix
GetMinMax(IEnumerable<(Of <<'(MCvPoint3D64f>)>>), MCvPoint3D64f%, MCvPoint3D64f%)
Compute the minimum and maximum value from the points
GetModuleInfo(String%, String%)
Returns information about one of or all of the registered modules
GrayscalePalette
The ColorPalette of Grayscale for Bitmap Format8bppIndexed
OptimizeCV(Boolean)
Enable or diable IPL optimization for opencv

Inheritance Hierarchy

System..::..Object
  Emgu.CV..::..Util

See Also