Respondida
simulating traffice regulations with cellular automaton
Hi Sandeep, as a first step, take a look at steve's image processing blog. There is an example of how to implement one of the...

más de 14 años hace | 0

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

casi 15 años hace | 0

Respondida
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.

casi 15 años hace | 0

Respondida
how to find mean of an image
m = mean(I(:));

casi 15 años hace | 2

| aceptada

Respondida
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...

casi 15 años hace | 0

Respondida
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...

casi 15 años hace | 1

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

casi 15 años hace | 1

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

casi 15 años hace | 0

Respondida
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...

casi 15 años hace | 0

| aceptada

Respondida
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...

casi 15 años hace | 0

| aceptada

Enviada


Ordinary Kriging
2D-interpolation using geostatistics

más de 15 años hace | 11 descargas |

3.9 / 5
Thumbnail

Enviada


variogramfit
fits different theoretical variograms to an experimental variogram

más de 15 años hace | 11 descargas |

4.7 / 5
Thumbnail

Enviada


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

más de 15 años hace | 2 descargas |

4.9 / 5
Thumbnail

Enviada


cropmat
crop arrays with axis-aligned minimum bounding box

más de 16 años hace | 2 descargas |

2.0 / 5
Thumbnail

Enviada


shuffle label
randomly relabel a label matrix

más de 16 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


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

alrededor de 17 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


curvature
8-connected neighborhood curvature of a digital elevation model

más de 17 años hace | 2 descargas |

5.0 / 5
Thumbnail

Enviada


Accumulate Connected Components
Construct array with accumulation of connected components

más de 17 años hace | 2 descargas |

0.0 / 5

Enviada


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

casi 18 años hace | 2 descargas |

5.0 / 5
Thumbnail

Enviada


sandpile
sandpile cellular automaton according to Bak & Paczuski

alrededor de 18 años hace | 2 descargas |

5.0 / 5
Thumbnail

Enviada


getborder
returns a logical border inside or outside a mask

alrededor de 18 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


neighbor indexing
returns neighbors of cells in n*m matrices

más de 18 años hace | 1 descarga |

4.5 / 5
Thumbnail