I am trying to implement Epshtein\'s paper(Detecting text in natural scenes with stroke width transform(2010)) on text detection in natural images.
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
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
I want to identify the branching points of the lightning in this image: http://i.stack.imgur.com/PXujf.jpg
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.
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?
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
Based on the book Computer Vision a Modern Approach page 425, I attempted to use eigenvectors for image segmentation.
anyon开发者_StackOverflowe knows how to write a function in matlab to segment the cells and compute the average
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