Show / Hide Table of Contents

Enum ShapeMatchModes

Comparison methods for cv::matchShapes

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum ShapeMatchModes
Remarks

https://github.com/opencv/opencv/blob/d3bc563c6e01c2bc153f23e7393322a95c7d3974/modules/imgproc/include/opencv2/imgproc.hpp#L453

Fields

Name Description
I1

\f[I_1(A,B) = \sum _{i=1...7} \left | \frac{1}{m^A_i} - \frac{1}{m^B_i} \right |\f]

I2

\f[I_2(A,B) = \sum _{i=1...7} \left | m^A_i - m^B_i \right |\f]

I3

\f[I_3(A,B) = \max _{i=1...7} \frac{ \left| m^A_i - m^B_i \right| }{ \left| m^A_i \right| }\f]

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX