Image Segmentation Based on Watershed and Edge Detection Techniques
A combination of K-means, watershed segmentation method, and Difference In Strength (DIS) map was used to perform image segmentation and edge detection tasks. We obtained an initial segmentation based on K-means clustering technique. Starting from this, we used two techniques; the first is watershed technique with new merging procedures based on mean intensity value to segment the image regions and to detect their boundaries. The second is edge strength technique to obtain an accurate edge maps of our images without using watershed method. In this paper: We solved the problem of undesirable oversegmentation results produced by the watershed algorithm, when used directly with raw data images. Also, the edge maps we obtained have no broken lines on entire image and the final edge detection result is one closed boundary per actual region in the image.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringEdge DetectionImage SegmentationSegmentationSemantic SegmentationSimilar Papers 제목 키워드 기반
Cell Segmentation by Combining Marker-Controlled Watershed and Deep Learning
We propose a cell segmentation method for analyzing images of densely clustered cells. The method combines the strengths of marker-controlled watershed transformation and a convolutional neural network (CNN). We demonstr…
Cell DetectionCell SegmentationCell TrackingData Augmentation+2A Novel Falling-Ball Algorithm for Image Segmentation
Image segmentation refers to the separation of objects from the background, and has been one of the most challenging aspects of digital image processing. Practically it is impossible to design a segmentation algorithm wh…
Edge DetectionImage SegmentationSegmentationSemantic SegmentationImage Segmentation using Unsupervised Watershed Algorithm with an Over-segmentation Reduction Technique
Image segmentation is the process of partitioning an image into meaningful segments. The meaning of the segments is subjective due to the definition of homogeneity is varied based on the users perspective hence the autom…
Image SegmentationSegmentationSemantic SegmentationSegmentasi Citra Menggunakan Metode Watershed Transform Berdasarkan Image Enhancement Dalam Mendeteksi Embrio Telur
Image processing can be applied in the detection of egg embryos. The egg embryos detection is processed using a segmentation process. The segmentation divides the image according to the area that is divided. This process…
Image EnhancementSegmentationParallel Watershed Partitioning: GPU-Based Hierarchical Image Segmentation
Many image processing applications rely on partitioning an image into disjoint regions whose pixels are 'similar.' The watershed and waterfall transforms are established mathematical morphology pixel clustering technique…
GPUImage SegmentationSemantic Segmentation