0

I am trying to find the union of two contours using OpenCV in Python. The catch here is that I only want to use the contour points to perform the specific operation without drawing the contours as described in the answer Here. I have tried the solution given in the answer and was hoping to find some solution which does not involve drawing the contours first and then again using the findContours function to find the merged contour.

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36
Ahmad Javed
  • 544
  • 6
  • 26

0 Answers0