Emgu CV Library Documentation
Toolbox Class
NamespacesEmgu.UtilToolbox

www.emgu.com/wiki
utilities functions for Emgu
Declaration Syntax
C#Visual BasicVisual C++
public static class Toolbox
Public NotInheritable Class Toolbox
public ref class Toolbox abstract sealed
Members
All MembersMethods



IconMemberDescription
CopyMatrix<(Of <(D>)>)(array<array<D>[]()[]>[]()[], IntPtr)
Copy a jagged two dimensional array to the unmanaged memory

CopyMatrix<(Of <(D>)>)(IntPtr, array<array<D>[]()[]>[]()[])
Copy a jagged two dimensional array from the unmanaged memory

CopyVector<(Of <(D>)>)(array<D>[]()[], IntPtr)
Copy a generic vector to the unmanaged memory

ExecuteCmd(String, String)
Call a command from command line

FileToString(String, Char)
Read a text file to an array of string, each row are seperated using by the input seperator

FreeLibrary(IntPtr)
Decrements the reference count of the loaded dynamic-link library (DLL). When the reference count reaches zero, the module is unmapped from the address space of the calling process and the handle is no longer valid

IEnumConvertor<(Of <(Tin, Tout>)>)(IEnumerable<(Of <(Tin>)>), Converter<(Of <(Tin, Tout>)>))
Convert on enumeration to another using the specific convertor

LoadLibrary(String)
Maps the specified executable module into the address space of the calling process.

memcpy(IntPtr, IntPtr, Int32)
memcpy function

MergeBytes(array<Byte>[]()[], array<Byte>[]()[])
Merges two byte vector into one

ToBytes<(Of <(D>)>)(array<D>[]()[])
Convert some generic vector to vector of Bytes

XmlDeserialize<(Of <(T>)>)(XmlDocument)
Convert an xml document to an object

XmlSerialize<(Of <(T>)>)(T)
Convert an object to an xml document

XmlStringDeserialize<(Of <(T>)>)(String)
Convert an xml string to an object

Inheritance Hierarchy
Object
Toolbox

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.0.0 (1.1.0.0)