| ShapeMatchModes Enumeration |
Comparison methods for cv::matchShapes
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public enum ShapeMatchModes
Public Enumeration ShapeMatchModes
public enum class ShapeMatchModes
Members
| Member name | Value | Description |
---|
| I1 | 1 |
\f[I_1(A,B) = \sum _{i=1...7} \left | \frac{1}{m^A_i} - \frac{1}{m^B_i} \right |\f]
|
| I2 | 2 |
\f[I_2(A,B) = \sum _{i=1...7} \left | m^A_i - m^B_i \right |\f]
|
| I3 | 3 |
\f[I_3(A,B) = \max _{i=1...7} \frac{ \left| m^A_i - m^B_i \right| }{ \left| m^A_i \right| }\f]
|
See Also