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 | Enumerations | 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
|
![]() | ExceptionEnviorment |
The exception enviormental information for Emgu class librarys
|
![]() | ExceptionLevel |
The Level of exception
|
![]() | 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
|
![]() | Operation<(Of <(T>)>) |
An operation contains the MethodInfo and the methods parameters. It provides a way to invoke a specific method with the specific parameters.
|
![]() | Platform |
Provide information for the platform which is using
|
![]() | PrioritizedException |
The exception class used by Emgu programs
|
![]() | Toolbox |
utilities functions for Emgu
|
![]() | UnmanagedObject |
An abstract class that wrap around an unmanaged object
|