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