VMplot

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - Visualization
Introduced first in SolidGeometry 3.4, Creation date: 2017-02-23, Last change: 2025-09-14

plots a 3D volumetric matrix in 2x2 view

Description

Based on VMplot_2012. Does support sliders for scrolling, and 3D visualization;

Global VMplotPos specifies the cross hair position


See Also: VMintensityscale , VMscatter , VMimage , VMimrot90 , VMmontage , VMpseudo3D , VMreaddicom , VMreaddicomdir , VMuidicom , VMgetSubplot , VMginput

Example Illustration

 missing image of VMplot (IM,p,SG)

Syntax

VMplot([IM,p,SG])

Input Parameter

IM: 3D Matrix
p: optional point of interest; default is center
SG: optional solid of the Volume;

Examples


[V,vs]=VMreaddicomdir('/Volumes/LUETH-WIN/WIN AIM Matlab Libraries/VLFL-Lib/AIM_DICOMFILES');
[V,vs]=VMresize(V,vs,vs);
SG=SGofVMdelaunay(V>1400,vs);
VMplot(V,'',SG)




Copyright 2017-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Last html export of this page out of FM database by TL: 2025-09-21