the result is:
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
test.cu
tmpxft_00001f5c_00000000-3_test.cudafe1.gpu
tmpxft_00001f5c_00000000-8_test.cudafe2.gpu
test.cu
tmpxft_00001f5c_00000000-3_test.cudafe1.cpp
tmpxft_00001f5c_00000000-13_test.ii
Does the tool specify whether closest point falls within the line segment or not?
27 Nov 2011
Viewer3D
MIP, Color, Slice and Shaded 3D (shearwarp) Volume Rendering, interactive 3D view/measurement GUI
Author: Dirk-Jan Kroon
I want to visualize a 3D *.mat data with the "viewer3d",I first tried to visualize the "matlab mri image" by the following code, but nothing displayed!
>> load mri
>> D = squeeze(D);
>> viewer3d(D);
what's the problem? maybe there is an especial format for the *.mat files that I don't know, please help me.thanks.