Compare two triangles and return true if equal
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public bool Equals( Triangle2DF tri )
Public Function Equals ( _ tri As Triangle2DF _ ) As Boolean
public: virtual bool Equals( Triangle2DF tri ) sealed
Parameters
- tri
- Triangle2DF
the other triangles to compare with