Return true if the two intrinsic camera parameters are equal
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
C# | Visual Basic | Visual C++ |
public bool Equals( IntrinsicCameraParameters other )
Public Function Equals ( _ other As IntrinsicCameraParameters _ ) As Boolean
public: virtual bool Equals( IntrinsicCameraParameters^ other ) sealed
Parameters
- other
- IntrinsicCameraParameters
The other intrinsic camera parameters to compare with