已回答
Image Segmentation built into MATLAB?!
Hi Philip, look at the function watershed. In addition, there is a very good example using morphological reconstruction. do...

14 years 前 | 0

已回答
Draw normal to edge detection image
You can compute surface normals using the function surfnorm. Then, you can use quiver to draw the vectors. HTH, W.

14 years 前 | 0

已回答
how to find mean of an image
m = mean(I(:));

14 years 前 | 2

| 已接受

已回答
finding distance within a range of distance
How about [X,Y] = meshgrid(1:size(I,2),1:size(I,1)); ix = find(I == 5); d = hypot(bsxfun(@minus,X(ix),X(ix)'),bsxfun(@min...

14 years 前 | 0

已回答
Are iterative methods always better than direct methods for solving large linear systems?
Why is performance a problem? Do you have to solve the system repeatedly or do you want to solve larger systems? If former is th...

14 years 前 | 1

已回答
local variation of image
Hi, <http://www.mathworks.com/help/toolbox/images/ref/stdfilt.html> or doc stdfilt Hope this helps, Wolfgang

14 years 前 | 1

已回答
Automatic cropping
You might find this function useful: <http://www.mathworks.com/matlabcentral/fileexchange/25354-cropmat> HTH, Wolfgang

14 years 前 | 0

已回答
How to find row and column of a pixel in an Image?
Hi, what about this: [ROWS,COLUMNS] = ndgrid(1:size(I,1),1:size(I,2)); ROWS = ROWS(:); COLUMNS = COLUMNS(:); w...

14 years 前 | 0

| 已接受

已回答
Grouping data according to the connected components, which may have a value 1 unit different
You might want to take a look at Tim Davis' function find_components ( <http://www.mathworks.com/matlabcentral/fileexchange/213...

14 years 前 | 0

| 已接受

已提交


Ordinary Kriging
2D-interpolation using geostatistics

15 years 前 | 19 次下载 |

3.9 / 5
Thumbnail

已提交


variogramfit
fits different theoretical variograms to an experimental variogram

15 years 前 | 19 次下载 |

4.7 / 5
Thumbnail

已提交


Line Simplification
Recursive Douglas-Peucker Polyline Simplification (Iterative Endpoint Fit)

15 years 前 | 5 次下载 |

4.9 / 5
Thumbnail

已提交


cropmat
crop arrays with axis-aligned minimum bounding box

16 years 前 | 2 次下载 |

2.0 / 5
Thumbnail

已提交


shuffle label
randomly relabel a label matrix

16 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


Strahler Stream Order
returns the Strahler Stream Order based on channel and flow direction matrix

16 years 前 | 3 次下载 |

0.0 / 5
Thumbnail

已提交


curvature
8-connected neighborhood curvature of a digital elevation model

17 years 前 | 3 次下载 |

5.0 / 5
Thumbnail

已提交


Accumulate Connected Components
Construct array with accumulation of connected components

17 years 前 | 2 次下载 |

0.0 / 5

已提交


gradient8
8-connected neighborhood gradient and aspect of a digital elevation model

17 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


sandpile
sandpile cellular automaton according to Bak & Paczuski

17 years 前 | 2 次下载 |

5.0 / 5
Thumbnail

已提交


getborder
returns a logical border inside or outside a mask

17 years 前 | 1 次下载 |

5.0 / 5
Thumbnail

已提交


neighbor indexing
returns neighbors of cells in n*m matrices

18 years 前 | 1 次下载 |

4.5 / 5
Thumbnail