Return true if the two intrinsic 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( IntrinsicCameraParameters other ) |
| Visual Basic (Declaration) |
|---|
Public Function Equals ( _ other As IntrinsicCameraParameters _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals( IntrinsicCameraParameters^ other ) sealed |
Parameters
- other
- Type: Emgu.CV..::.IntrinsicCameraParameters
The other intrinsic camera parameters to compare with