IntrinsicCameraParameters Constructor (Int32) |
http://www.emgu.com
Create the intrinsic camera parameters
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic IntrinsicCameraParameters(
int distortionCoeffsCount
)
Public Sub New (
distortionCoeffsCount As Integer
)
public:
IntrinsicCameraParameters(
int distortionCoeffsCount
)
new :
distortionCoeffsCount : int -> IntrinsicCameraParameters
Parameters
- distortionCoeffsCount
- Type: SystemInt32
The number of distortion coefficients. Should be either 4, 5 or 8.
See Also