Table of Contents

Namespace Emgu.CV.Util

Classes

BinaryFileStorage<T>

A raw data storage

CvException

The default exception to be thrown when error encounter in Open CV

CvToolbox

Utilities class

DataLogger

A DataLogger for unmanaged code to log data back to managed code, using callback.

DataLogger<T>

A generic version of the DataLogger

SharedPtrObject

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

StructSize

Cache the size of various header in bytes

TbbTaskScheduler

This class canbe used to initiate TBB. Only usefull if it is compiled with TBB support

UnmanagedVector

Wrapped class of the C++ standard vector of Byte.

VectorOfByte

Wrapped class of the C++ standard vector of Byte.

VectorOfColorPoint

Wrapped class of the C++ standard vector of ColorPoint.

VectorOfCvString

Wrapped class of the C++ standard vector of CvString.

VectorOfDMatch

Wrapped class of the C++ standard vector of DMatch.

VectorOfDouble

Wrapped class of the C++ standard vector of Double.

VectorOfFloat

Wrapped class of the C++ standard vector of Float.

VectorOfGMat

Wrapped class of the C++ standard vector of GMat.

VectorOfInt

Wrapped class of the C++ standard vector of Int.

VectorOfIntPtr

Wrapped class of the C++ standard vector of IntPtr.

VectorOfKeyPoint

Wrapped class of the C++ standard vector of KeyPoint.

VectorOfMat

Wrapped class of the C++ standard vector of Mat.

VectorOfOclPlatformInfo

Wrapped class of the C++ standard vector of OclPlatformInfo.

VectorOfPoint

Wrapped class of the C++ standard vector of Point.

VectorOfPoint3D32F

Wrapped class of the C++ standard vector of Point3D32F.

VectorOfPointF

Wrapped class of the C++ standard vector of PointF.

VectorOfRect

Wrapped class of the C++ standard vector of Rect.

VectorOfRotatedRect

Wrapped class of the C++ standard vector of RotatedRect.

VectorOfSize

Wrapped class of the C++ standard vector of Size.

VectorOfTriangle2DF

Wrapped class of the C++ standard vector of Triangle2DF.

VectorOfUMat

Wrapped class of the C++ standard vector of UMat.

VectorOfVectorOfByte

Wrapped class of the C++ standard vector of VectorOfByte.

VectorOfVectorOfDMatch

Wrapped class of the C++ standard vector of VectorOfDMatch.

VectorOfVectorOfInt

Wrapped class of the C++ standard vector of VectorOfInt.

VectorOfVectorOfMat

Wrapped class of the C++ standard vector of VectorOfMat.

VectorOfVectorOfPoint

Wrapped class of the C++ standard vector of VectorOfPoint.

VectorOfVectorOfPoint3D32F

Wrapped class of the C++ standard vector of VectorOfPoint3D32F.

VectorOfVectorOfPointF

Wrapped class of the C++ standard vector of VectorOfPointF.

VectorOfVectorOfRect

Wrapped class of the C++ standard vector of VectorOfRect.

VectorOfVideoCapture

Wrapped class of the C++ standard vector of VideoCapture.