Opencv learning notes (9)-self-implemented watershed algorithm and tested with opencv

Source: Internet
Author: User

In order to verify the algorithm in the previous blog, you can make a slight modification by using the image structure in opencv. For simplicity, using mat. at <uchar> (I, j) for image operations is certainly inefficient. For more information, see http://blog.csdn.net/caiye917015406/article/details/7791815133. But here is only the test result...

In the algorithm, manually select the threshold value for binarization of the image, which has a great impact on the effect of the watershed algorithm. We have also used cvadaptivethreshold in opencv to automatically select and seek, but the effect is not as good as it is and we look forward to improvement...

The following is the test code.

# Include <iostream> # include <queue> # include <vector> # include <cv. h> # include 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.