IntrinsicCameraParameters Constructor (Int32) |
http://www.emgu.com
Create the intrinsic camera parameters
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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