Emgu.CV Namespace |
Class | Description | |
---|---|---|
![]() | AlgorithmExtensions |
Extension methods to the IAlgorithm interface
|
![]() | CalibrateCRF |
The base class for camera response calibration algorithms.
|
![]() | CameraCalibration | Obsolete.
Camera calibration functions
|
![]() | Capture |
Capture images from either camera or video file.
|
![]() | CascadeClassifier |
The Cascade Classifier
|
![]() | ColorInfoAttribute |
Attribute used to specify color information
|
![]() | ConvolutionKernelF |
A convolution kernel
|
![]() | CvArrayTDepth |
Wrapped CvArr
|
![]() | CvInvoke |
Library to invoke OpenCV functions
|
![]() | CvString |
Wrapper for cv::String. This class support UTF-8 chars.
|
![]() | DenseHistogram |
A Uniform Multi-dimensional Dense Histogram
|
![]() | DenseOpticalFlowExtensions |
Extension methods for IDenseOpticalFlow
|
![]() | DualTVL1OpticalFlow |
Dual TV L1 Optical Flow Algorithm.
|
![]() | ExtrinsicCameraParameters | Obsolete.
Extrinsic camera parameters
|
![]() | FileNode |
File Storage Node class.
The node is used to store each and every element of the file storage opened for reading. When
XML/YAML file is read, it is first parsed and stored in the memory as a hierarchical collection of
nodes. Each node can be a “leaf” that is contain a single number or a string, or be a collection of
other nodes. There can be named collections (mappings) where each element has a name and it is
accessed by a name, and ordered collections (sequences) where elements do not have names but rather
accessed by index. Type of the file node can be determined using FileNode::type method.
Note that file nodes are only used for navigating file storages opened for reading. When a file
storage is opened for writing, no data is stored in memory after it is written.
|
![]() | FileStorage |
XML/YAML file storage class that encapsulates all the information necessary for writing or reading data to/from a file.
|
![]() | HOGDescriptor |
A HOG descriptor
|
![]() | IInputArrayExtensions |
Extension methods for IInputArrays
|
![]() | ImageTColor, TDepth |
An Image is a wrapper to IplImage of OpenCV.
|
![]() | InputArray |
This is the proxy class for passing read-only input arrays into OpenCV functions.
|
![]() | InputOutputArray |
This type is very similar to InputArray except that it is used for input/output function parameters.
|
![]() | IntrinsicCameraParameters | Obsolete.
Intrinsic camera parameters
|
![]() | KalmanFilter |
The class implements a standard Kalman filter. However, you can modify transitionMatrix, controlMatrix, and measurementMatrix to get
an extended Kalman filter functionality.
|
![]() | KinectCapture |
Kinect Camera capture
|
![]() | LatentSvmDetector |
Latent SVM detector
|
![]() | MapTColor, TDepth |
A Map is similar to an Image, except that the location of the pixels is defined by
its area and resolution
|
![]() | Mat |
The equivalent of cv::Mat
|
![]() | MatDataAllocator |
Matrix data allocator. Base class for Mat that handles the matrix data allocation and deallocation
|
![]() | MatNDTDepth |
A MatND is a wrapper to cvMatND of OpenCV.
|
![]() | MatrixTDepth |
A Matrix is a wrapper to cvMat of OpenCV.
|
![]() | MergeExposures |
The base class algorithms that can merge exposure sequence to a single image.
|
![]() | MotionHistory |
The motion history class
|
![]() | OclDevice |
This class contains ocl runtime information
|
![]() | OclInvoke |
Class that contains ocl functions.
|
![]() | OclPlatformInfo |
This class contains ocl platform information
|
![]() | OutputArray |
This type is very similar to InputArray except that it is used for output function parameters.
|
![]() | PointCollection |
A collection of points
|
![]() | RotationMatrix2D |
A (2x3) 2D rotation matrix. This Matrix defines an Affine Transform
|
![]() | RotationVector3D |
A (3x1) Rodrigues rotation vector. Rotation vector is a compact representation of rotation matrix. Direction of the rotation vector is the rotation axis and the length of the vector is the rotation angle around the axis.
|
![]() | ScalarArray |
An implementation of IInputArray intented to convert data to IInputArray
|
![]() | SparseMatrixTDepth |
Create a sparse matrix
|
![]() | StereoBM |
Class for computing stereo correspondence using the block matching algorithm, introduced and contributed to OpenCV by K. Konolige.
|
![]() | StereoMatcherExtensions |
Extension methods for StereoMather
|
![]() | StereoSGBM |
This is a variation of
"Stereo Processing by Semiglobal Matching and Mutual Information"
by Heiko Hirschmuller.
We match blocks rather than individual pixels, thus the algorithm is called
SGBM (Semi-global block matching)
|
![]() | Subdiv2D |
Planar Subdivision, can be use to compute Delaunnay's triangulation or Voroni diagram.
|
![]() | TimedImageTColor, TDepth |
The Image which contains time stamp which specified what time this image is created
|
![]() | UMat |
The equivalent of cv::Mat, should only be used if you know what you are doing.
In most case you should use the Matrix class instead
|
![]() | VideoWriter |
Create a video writer that write images to video format
|
![]() | VoronoiFacet |
A Voronoi Facet
|
Structure | Description | |
---|---|---|
![]() | Quaternions |
A unit quaternions that defines rotation in 3D
|
Interface | Description | |
---|---|---|
![]() | IAlgorithm |
This is the algorithm class
|
![]() | ICapture | The interface that is used for WCF to provide a image capture service |
![]() | IColor |
A color type
|
![]() | IConvexPolygon |
An interface for the convex polygon
|
![]() | IConvexPolygonF |
An interface for the convex polygon
|
![]() | IDenseOpticalFlow |
Dense Optical flow
|
![]() | IDuplexCapture |
The interface to request a duplex image capture
|
![]() | IDuplexCaptureCallback |
The interface for DuplexCaptureCallback
|
![]() | IImage |
IImage interface
|
![]() | IInputArray |
This is the proxy class for passing read-only input arrays into OpenCV functions.
|
![]() | IInputArrayOfArrays |
InputArrayOfArrays
|
![]() | IInputOutputArray |
This type is very similar to InputArray except that it is used for input/output function parameters.
|
![]() | IOutputArray |
This type is very similar to InputArray except that it is used for output function parameters.
|
![]() | IStereoMatcher |
The stereo matcher interface
|
Delegate | Description | |
---|---|---|
![]() | CvInvokeCvErrorCallback |
Define an error callback that can be registered using cvRedirectError function
|
Enumeration | Description | |
---|---|---|
![]() | CaptureCaptureModuleType |
The type of capture source
|
![]() | FileNodeType |
Type of the file storage node
|
![]() | FileStorageMode |
File storage mode
|
![]() | KinectCaptureDeviceType |
Kinect device type
|
![]() | KinectCaptureImageGeneratorOutputMode |
Camera output mode
|
![]() | KinectCaptureOpenNIDataType |
Open ni data type used by the retrieve functions
|
![]() | OclDeviceType |
Ocl Device Type
|
![]() | StereoSGBMMode |
The SGBM mode
|