Click or drag to resize
IntrinsicCameraParametersIntrinsicMatrix Property
http://www.emgu.com
Get or Set the intrinsic matrix (3x3)

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public Matrix<double> IntrinsicMatrix { get; set; }

Property Value

Type: MatrixDouble
See Also