Why does cv.matchShapes sometimes detect completely different figures as the same?
I have a code that compares two figures (in my case the figures are polygons) for identity. And in most cases, this code works well. However, there are times when completely different figures turn out to be absolutely identical. Below is my code.