Top "Watershed" questions

Watersheds are a term commonly referred to in image processing.

How to define the markers for Watershed in OpenCV?

I'm writing for Android with OpenCV. I'm segmenting an image similar to below using marker-controlled watershed, without the user manually …

opencv image-processing computer-vision image-segmentation watershed
OpenCV image segmentation in C++ using Watershed

Hi i'm currently writing a basic C++ application using the OpenCV library to segment the subject of the image from …

c++ opencv mask image-segmentation watershed
watershed segmentation opencv xcode

I am now learning a code from the opencv codebook (OpenCV 2 Computer Vision Application Programming Cookbook): Chapter 5, Segmenting images using …

c++ xcode opencv image-processing watershed
Watershed segmentation algorithm for segmenting occluded leaves in matlab

The main task is to eliminate the complicated background of a leaf and extract the targeted leaf from an occluded …

matlab image-processing watershed
Distance Transform in OpenCV Python automatically converting CV_8UC3 to CV_32SC1 creating an assertion error

I am trying to apply the WaterShed algorithm to an image as per the tutorial: OpenCv WaterShed Docs . I have …

python opencv computer-vision opencv3.0 watershed
watershed algorithm in matlab

anyone knows how to write a function in matlab to segment the cells and compute the average cell area using …

matlab report image-segmentation watershed
Implementing Watershed Segmentation in Java

I'm trying to write my own implementation of Watershed Segmentation for a project. I have a version that returns something …

java image-processing computer-vision image-segmentation watershed