image-segmentation
edge detection issue on Text detection in images
I am trying to implement Epshtein\'s paper(Detecting text in natural scenes with stroke width transform(2010)) on text detection in natural images.[详细]
2023-04-12 23:47 分类:问答How to draw the contour of the objects in label matrix
I have a label matrix of segmented image. For example, 1 1 1 2 2 2 3 3 3 4 4 4 1 1 1 2 2 2 3 3 3 4 4 4 1 1 1 2 2 2 3 3 3 4 4 4[详细]
2023-04-12 11:51 分类:问答Image segmentations with gradient filled regions
I have to work on image segmentation. The idea is to divide an image into regions which have pixels either of the similar color or the ones which can be represented by a gradient equation (linear or r[详细]
2023-04-07 02:20 分类:问答Branching points(OpenCV,C++)
I want to identify the branching points of the lightning in this image: http://i.stack.imgur.com/PXujf.jpg[详细]
2023-04-06 12:39 分类:问答Segmenting 3D shapes out of thick "lines"
I am looking for a method that looks for shapes in 3D image in matlab. I don\'t have a real 3D sample image right now; in fact, my 3D image is actually a set of quantized 2D images.[详细]
2023-03-28 11:32 分类:问答Image segmentation - Split and Merge (Quadtrees)
Is there an implementation for the split and merge method of image segmentation? any advice would be muc开发者_JS百科h appreciated.What segmentation is about?[详细]
2023-03-28 09:19 分类:问答Segmenting circle-like shapes out of Binary Image
I have several binary images and my task is to segment circle-like shape. The circles are not perfect rounded circle, but all of them will look like circle. Here are some example images and what I nee[详细]
2023-03-27 00:59 分类:问答Spectral Clustering, Image Segmentation and Eigenvectors
Based on the book Computer Vision a Modern Approach page 425, I attempted to use eigenvectors for image segmentation.[详细]
2023-03-22 15:21 分类:问答watershed algorithm in matlab
anyon开发者_StackOverflowe knows how to write a function in matlab to segment the cells and compute the average[详细]
2023-03-20 01:45 分类:问答OpenCV floor detection by segmentation
I\'m working on a way to detect the floor in an image. I\'m trying to accomplish this by reducing the image to areas of color and then assuming that the largest area is the floor. (We get to make some[详细]
2023-03-19 00:43 分类:问答