Table of Contents

Namespace Emgu.Util

Classes

DisposableObject

An abstract class that wrap around a disposable object

DownloadableFile

This represent a file that can be downloaded from the internet

EventArgs<T>

A generic EventArgs

EventArgs<T1, T2>

A generic EventArgs

ExceptionHandler

The exception handler

FileDownloadManager

Use to download files (e.g. models) from the internet

FileDownloadManager.HttpClientWithProgress

An http client with progress based on source code from https://stackoverflow.com/questions/20661652/progress-bar-with-httpclient with modification

PinnedArray<T>

A Pinned array of the specific type

Platform

Provide information for the platform which is using.

Toolbox

utilities functions for Emgu

UnmanagedObject

An Unmanaged Object is a disposable object with a Ptr property pointing to the unmanaged object

Interfaces

ICodeGenerable

Implement this interface if the object can output code to generate it self.

IInterpolatable<T>

An object that can be interpolated

Enums

Platform.Clr

The runtime environment

Platform.OS

Type of operating system

Delegates

FileDownloadManager.DownloadProgressChangedEventHandler

The call back when download progress has been changed.