myslicer - make mouse-interactive slices of a 3-D volume

バージョン 1.1.0.0 (5.49 KB) 作成者: Anders Brun
A minimal "slicer" for the exploration of 3-D volumes using mouse interaction
ダウンロード: 2.2K
更新 2009/11/24

ライセンスの表示

The code includes a minimalistic software for interactive exploration of 3-D volumes. Its key feature is that the slices may be moved using the mouse pointer. Minimalistic means that it does not contain any junk and thus integrates nicely with your existing Matlab routines. The command myslicer.m may be used to display a volume, or you may call the command slice3i.m to generate a single (interactive) slice from a volume. Apart from volume data, slice direction and slice number, these commands also support the inclusion of a transformation matrix to position your volume in 3-D space. This matrix allows for anisotropic voxles, translation, rotation etcetera.

The code is short and may easily be modified for your own needs. The slice3i.m command gives back a handle to the slice, meaning that you may manipulate it with set/get commands like any Matlab graphics primitive. And you can easily delete it.

Run demo.m to discover the key features of the package.

引用

Anders Brun (2024). myslicer - make mouse-interactive slices of a 3-D volume (https://www.mathworks.com/matlabcentral/fileexchange/25923-myslicer-make-mouse-interactive-slices-of-a-3-d-volume), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
謝辞

ヒントを得たファイル: image3

ヒントを与えたファイル: Slicer

Community Treasure Hunt

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

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

Added a better description.

1.0.0.0