Neighbour points in a matrix

Calculate the linear indices of neighboring points in a matrix and the distance from the original.
ダウンロード: 1.8K
更新 2010/11/9

ライセンスの表示

Calculate the linear indices for neighboring points in a matrix. You need to supply one or more linear indices for the point(s) of origin and the dimensions of the matrix. You will get a list will linear indices to all neighboring points. The function also creates a vector with the distances from the input point(s) based on the third function argument: an array with inter point distances in all dimensions. This argument defaults to unit distances.
The third output reports the number of neighbours found in within the matrix. For 2D we expect up to 8, for 3D up to 26 etc..
For points near the edge of the matrix the output may contain fewer points. For single index input all points outside the matrix and the origin point itself are removed. For multiple point input only the input point is removed.
This function help in medical image processing when applying a filter on 2D or 3D images based on actual distance rather than index distance e.g for image smoothing in 3D.

引用

Ronald Ouwerkerk (2024). Neighbour points in a matrix (https://www.mathworks.com/matlabcentral/fileexchange/29330-neighbour-points-in-a-matrix), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersNeighborhood and Block Processing についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: BacStalk, BiofilmQ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0