Hi all,

   I am using the git version of MITK compiled with visual studio 2008.
Unfortunately, I cannot run tutorial step3 successfully. The message I got
is as follows:

============================================================
0.15 core.io.imgFileReader: loading
C:\Library\MITK\Build\CMakeExternals\Source\
MITK-Data\Pic3D.nrrd via itk::ImageIOFactory...
0.17 core.io.imgFileReader: ioRegion: ImageIORegion (00000000001AE7C0)
  Dimension: 3
  Index: 0 0 0
  Size: 256 256 49
0.21 core.io.imgFileReader: number of image components: 1
0.21 core.io.imgFileReader: ...finished!
0.28 core.io.sfcReader: Loading
C:\Library\MITK\MITK\Modules\MitkExt\Testing\Data\lungs.vtk as vtk
============================================================
    I think the bug is related to
http://bugs.mitk.org/show_bug.cgi?format=multiple&id=14882, although I did
not even see the vtkOutputWindow. But I've seen similar outputs when
running Step4. I guess the volume rendering is not working in tutorial
step3. The try...catch failed around the following location:
============================================================
        // Set the property "volumerendering" to the Boolean value "true"
        node->SetProperty("volumerendering", mitk::BoolProperty::New(true));

        // Create a transfer function to assign optical properties (color
and opacity) to grey-values of the data
        mitk::TransferFunction::Pointer tf = mitk::TransferFunction::New();
        tf->InitializeByMitkImage ( image );
============================================================
Could you please take a look?

Thanks,
Mengda
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to