http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create the intrinsic camera parameters
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public IntrinsicCameraParameters( int distortionCoeffsCount ) |
Visual Basic |
---|
Public Sub New ( _ distortionCoeffsCount As Integer _ ) |
Visual C++ |
---|
public: IntrinsicCameraParameters( int distortionCoeffsCount ) |
Parameters
- distortionCoeffsCount
- Type: System..::..Int32
The number of distortion coefficients. Should be either 4, 5 or 8.