
Newest 'xtk' Questions - Stack Overflow
2021年4月25日 · I modified XTK's lesson 13 to load DICOM images from my desktop and do volume rendering. Although it is working fine, I noticed that the X.volume object is holding …
How to clip a 3D image in XTK - Stack Overflow
2015年8月6日 · It would be great if there is a way in XTK to have an easy access to adjust that parameter on the fly but for now I will embed a handle to it. Share Improve this answer
xtk - Load dicom files - Stack Overflow
2016年5月5日 · XTK do not support that yet. To bypass it, you can uncompress the DICOM with dcmtk "dcmdjpeg" (http ...
XTK - rendering volume in multiple renderers without …
2014年6月1日 · I'm wondering if someone can explain to me why I can't render the same volume in a 4 panel setup (3D, X, Y, Z) just like in XTK Tutorial 13, without the .onShowtime function. I …
File format of the VTK file to be used as input for XTK
2015年11月23日 · I have a .vtk file at remote server. I am accessing it via http (I verified that the url of the file is correct, in fact I can download it from the browser). I've also tried to remove the …
XTK : How to render compressed dicom files (.dcm) in 3D & 2D
2016年5月12日 · The main issue is that it requires adding external libraries to XTK. I would recommend to use AMI that natively supports compressed DICOM format. AMI is still a work in …
xtk - Flip Nifti images (.nii) - Stack Overflow
2013年11月6日 · I am loading CT scan nifti (.nii) images using XTK. I want to modify the default orientation of images and flip them, for example up/down or left/right before rendering …
XTK - Toolkit.. the cube moves by should only rotating
2016年3月23日 · Thanks to you, i give up using xtk and switch to three.js.. using nrrd instead of DICOM. For my purpose i need on or two dynamical transformable (translation and rotation) …
xtk - Loading failed for VTK files hosted on server - Stack Overflow
2019年12月5日 · Problem solved, thanks to the prompt response from Dr. Daniel Haehn (DANIELHAEHN.com)! After changing the index.php to following, the loading succeeded:
Tracking camera movement and object orientation in xtk
2012年7月18日 · We were able to infer the view matrix at runtime from the XTK camera object. After a lot of poking and some trial and error, we figured out that the view matrix is really (in …