0

I have a certain image on which I have applied watershed algorithm and obtained satisfactory results. I have used OpenCV and C++ to obtain the result. Now, how do I go about extracting the segmented sections and preferably saving them as contours?

Vin
  • 61
  • 10

1 Answers1

0

Found a way to do it! Contours after watershed algorithm This solves my problem.

Vin
  • 61
  • 10
  • 2
    While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – ekad Oct 04 '16 at 03:12