Re: [vmtk-users] VMTK
Brought to you by:
davidsteinman,
lucantiga
From: Luca A. <luc...@or...> - 2013-05-06 12:30:02
|
Hi Hamed, what I meant is that you should use the full path to every file you read or write: vmtkimagereader -f dicom -d C:/Users/Hamed/Downloads/Compressed/br1 --pipe vmtkimagevoiselector -ofile C:/Users/Hamed/image_volume_voi.vti Also, don't start a pipe with --pipe, like --pipe vmtkmarchingcubes -ifile image_volume_voi.vti -l 300.0 -ofile mc_surface.vtp --pipe vmtksurfaceviewer Omit the first --pipe, like : vmtkmarchingcubes -ifile C:/Users/Hamed/image_volume_voi.vti -l 300.0 -ofile C:/Users/Hamed/mc_surface.vtp --pipe vmtksurfaceviewer (note that I included the full paths to the files). Hope this helps Luca PS: please keep all messages on the mailing list. On May 4, 2013, at 7:42 PM, Hamed Rezaie wrote: > dear Luca thanks for your advice but I should that I could not understand what you mean. > I have no problem for reading my image and making VOI by the below command > "vmtkimagereader -f dicom -d C:/Users/Hamed/Downloads/Compressed/br1 --pipe vmtkimagevoiselector -ofile image_volume_voi.vti" (picture 1) > and pressing Run all and after that pressing i and select the VOI and pressing q but after that when I use the below command > " --pipe vmtkmarchingcubes -ifile image_volume_voi.vti -l 300.0 -ofile mc_surface.vtp --pipe vmtksurfaceviewer" (picture 2) > and Run selection nothing happen and when I use all command together and Run all > the result is like picture 1 and after pressing i and q and again q the result is like picture 3. > I am confused and could not do anything please help me > kind regards > Hamed > From: Luca Antiga <luc...@or...> > To: Hamed Rezaie <ham...@ya...> > Cc: "vmt...@li..." <vmt...@li...> > Sent: Wednesday, May 1, 2013 6:10 AM > Subject: Re: [vmtk-users] VMTK > > Hello Hamed, > it looks like you don't have write permissions at the path where you are trying to write the files and read them afterwards. > Try to specify a full path at all -ifile and -ofile options, like -ofile C:\Users\Hamed\image_volume_voi.vti > Best, > > Luca > > On 30/apr/2013, at 13:43, Hamed Rezaie <ham...@ya...> wrote: > >> hello to every body >> I need your favor >> when I want to extract surface from DICOM images by the below command >> "vmtkimagereader -f dicom -d C:/Users/Hamed/Downloads/Compressed/br1 --pipe vmtkmarchingcubes -ifile image_volume_voi.vti -l 300.0 -ofile mc_surface.vtp --pipe vmtksurfaceviewer" >> an empty rendering windows and an error windows like the picture which is attached is appeared. >> I need to extract the geometry of COW but I could not progress is there any one who can help me. >> <error VMTK.png> >> ------------------------------------------------------------------------------ >> Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET >> Get 100% visibility into your production application - at no cost. >> Code-level diagnostics for performance bottlenecks with <2% overhead >> Download for free and get started troubleshooting in minutes. >> http://p.sf.net/sfu/appdyn_d2d_ap1 >> _______________________________________________ >> vmtk-users mailing list >> vmt...@li... >> https://lists.sourceforge.net/lists/listinfo/vmtk-users > > > <1.png><2.png><3.png> |