A collection of utilities used by Emgu projects
| C# | Visual Basic | Visual C++ |
namespace Emgu.Util
Namespace Emgu.Util
namespace Emgu.Util
| All Types | Classes | Interfaces | Delegates |
| Icon | Type | Description |
|---|---|---|
| Toolbox..::.Action<(Of <(TInput1, TInput2>)>) |
An Action that accepts two input and returns nothing
| |
| Toolbox..::.Action<(Of <(TInput1, TInput2, TInput3>)>) |
An Action that accepts three input and returns nothing
| |
| Toolbox..::.Action<(Of <(TInput1, TInput2, TInput3, TInput4>)>) |
An Action that accepts fourth input and returns nothing
| |
| DisposableObject |
An abstract class that wrap around a disposable object
| |
| Toolbox..::.Func<(Of <(TInput1, TInput2, TOutput>)>) |
Delegate similar to that in .Net 3.5
| |
| Toolbox..::.Func<(Of <(TInput1, TInput2, TInput3, TOutput>)>) |
Delegate similar to that in .Net 3.5
| |
| Toolbox..::.Func<(Of <(TInput1, TInput2, TInput3, TInput4, TOutput>)>) |
Delegate similar to that in .Net 3.5
| |
| ICodeGenerable |
Implement this interface if the object can output code to generate it self.
| |
| Operation |
An operation contains the MethodInfo and the methods parameters. It provides a way to invoke a specific method with the specific parameters.
| |
| PinnedArray<(Of <(T>)>) |
A Pinnned array of type T | |
| Platform |
Provide information for the platform which is using
| |
| Toolbox |
utilities functions for Emgu
| |
| UnmanagedObject |
An abstract class that wrap around an unmanaged object
|