Click or drag to resize
IntrinsicCameraParameters Constructor (Int32)
http://www.emgu.com
Create the intrinsic camera parameters

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public IntrinsicCameraParameters(
	int distortionCoeffsCount
)

Parameters

distortionCoeffsCount
Type: SystemInt32
The number of distortion coefficients. Should be either 4, 5 or 8.
See Also