Click or drag to resize

Emgu.CV.Util Namespace

http://www.emgu.com
A collection of utilities used by Emgu.CV projects
Classes
  ClassDescription
Public classBinaryFileStorageT
A raw data storage
Public classCvException
The default exception to be thrown when error encounter in Open CV
Public classCvToolbox
Utilities class
Public classDataLogger
A DataLogger for unmanaged code to log data back to managed code, using callback.
Public classDataLoggerT
A generic version of the DataLogger
Public classSharedPtrObject
An Unmanaged Object is a disposable object with a Ptr property pointing to the unmanaged object
Public classStructSize
Cache the size of various header in bytes
Public classTbbTaskScheduler
This class canbe used to initiate TBB. Only usefull if it is compiled with TBB support
Public classVectorOfByte
Wrapped class of the C++ standard vector of Byte.
Public classVectorOfColorPoint
Wrapped class of the C++ standard vector of ColorPoint.
Public classVectorOfCvString
Wrapped class of the C++ standard vector of CvString.
Public classVectorOfDMatch
Wrapped class of the C++ standard vector of DMatch.
Public classVectorOfDouble
Wrapped class of the C++ standard vector of Double.
Public classVectorOfFloat
Wrapped class of the C++ standard vector of Float.
Public classVectorOfInt
Wrapped class of the C++ standard vector of Int.
Public classVectorOfKeyPoint
Wrapped class of the C++ standard vector of KeyPoint.
Public classVectorOfMat
Wrapped class of the C++ standard vector of Mat.
Public classVectorOfOclPlatformInfo
Wrapped class of the C++ standard vector of OclPlatformInfo.
Public classVectorOfPoint
Wrapped class of the C++ standard vector of Point.
Public classVectorOfPoint3D32F
Wrapped class of the C++ standard vector of Point3D32F.
Public classVectorOfPointF
Wrapped class of the C++ standard vector of PointF.
Public classVectorOfRect
Wrapped class of the C++ standard vector of Rect.
Public classVectorOfTriangle2DF
Wrapped class of the C++ standard vector of Triangle2DF.
Public classVectorOfUMat
Wrapped class of the C++ standard vector of UMat.
Public classVectorOfVectorOfByte
Wrapped class of the C++ standard vector of VectorOfByte.
Public classVectorOfVectorOfDMatch
Wrapped class of the C++ standard vector of VectorOfDMatch.
Public classVectorOfVectorOfInt
Wrapped class of the C++ standard vector of VectorOfInt.
Public classVectorOfVectorOfPoint
Wrapped class of the C++ standard vector of VectorOfPoint.
Public classVectorOfVectorOfPoint3D32F
Wrapped class of the C++ standard vector of VectorOfPoint3D32F.
Public classVectorOfVectorOfPointF
Wrapped class of the C++ standard vector of VectorOfPointF.
Public classVectorOfVectorOfRect
Wrapped class of the C++ standard vector of VectorOfRect.