A 3x3 homography matrix. This matrix defines an perspective transform
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
[SerializableAttribute] public class HomographyMatrix : Matrix<double> |
Visual Basic (Declaration) |
---|
<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