IntrinsicCameraParametersIntrinsicMatrix Property |
http://www.emgu.com
Get or Set the intrinsic matrix (3x3)
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic Matrix<double> IntrinsicMatrix { get; set; }
Public Property IntrinsicMatrix As Matrix(Of Double)
Get
Set
public:
property Matrix<double>^ IntrinsicMatrix {
Matrix<double>^ get ();
void set (Matrix<double>^ value);
}
member IntrinsicMatrix : Matrix<float> with get, set
Property Value
Type:
MatrixDouble
See Also