http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
A 3x3 homography matrix. This matrix defines an perspective transform
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
[SerializableAttribute] public class HomographyMatrix : Matrix<double> |
Visual Basic |
---|
<SerializableAttribute> _ Public Class HomographyMatrix _ Inherits Matrix(Of Double) |
Visual C++ |
---|
[SerializableAttribute] public ref class HomographyMatrix : public Matrix<double> |
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..CvArray<(Of <(<'Double>)>)>
Emgu.CV..::..Matrix<(Of <(<'Double>)>)>
Emgu.CV..::..HomographyMatrix
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..CvArray<(Of <(<'Double>)>)>
Emgu.CV..::..Matrix<(Of <(<'Double>)>)>
Emgu.CV..::..HomographyMatrix