Toolbox Class |
Namespace: Emgu.Util
The Toolbox type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ExecuteCmd |
Call a command from command line
|
![]() ![]() | FreeLibrary |
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
|
![]() ![]() | GetBaseType |
Use reflection to find the base type. If such type do not exist, null is returned
|
![]() ![]() | JoinInterpolatablesT |
Joining multiple index ascending IInterpolatables together as a single index ascending IInterpolatable.
|
![]() ![]() | LinearInterpolateT |
Perform first degree interpolation give the sorted data src and the interpolation indexes |
![]() ![]() | LinearSubsampleT |
Get subsamples with the specific rate
|
![]() ![]() | LoadLibrary |
Maps the specified executable module into the address space of the calling process.
|
![]() ![]() | MergeBytes |
Merges two byte vector into one
|
![]() ![]() | SetDllDirectory |
Adds a directory to the search path used to locate DLLs for the application
|
![]() ![]() | SizeOfT |
Similar to Marshal.SizeOf function
|
![]() ![]() | ToBytesTData |
Convert some generic vector to vector of Bytes
|
![]() ![]() | XmlDeserializeT(XDocument) |
Convert an xml document to an object
|
![]() ![]() | XmlDeserializeT(XDocument, Type) |
Convert an xml document to an object
|
![]() ![]() | XmlSerializeT(T) |
Convert an object to an xml document
|
![]() ![]() | XmlSerializeT(T, Type) |
Convert an object to an xml document
|
![]() ![]() | XmlStringDeserializeT |
Convert an xml string to an object
|