[This is preliminary documentation and is subject to change.]
Return true if the two extrinsic camera parameters are equal
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
public bool Equals( ExtrinsicCameraParameters other )
Public Function Equals ( _ other As ExtrinsicCameraParameters _ ) As Boolean
public: virtual bool Equals( ExtrinsicCameraParameters^ other ) sealed
Parameters
- other
- ExtrinsicCameraParameters
The other extrinsic camera parameters to compare with