[mitk-users] Scalation of mitk::Image-objects

2009-07-06 Thread Milad Sadinam
Dear mitk-developers, I come with another problem. I try to scale a mitk::image-object (3d slice-picture) in the z-direction. To do so, I set a transformation-matrix using the following code: dataTreeNode-GetData()-GetGeometry()-

Re: [mitk-users] Scalation of mitk::Image-objects

2009-07-06 Thread Milad Sadinam
Nachricht- Von: Milad Sadinam [mailto:mila...@web.de] Gesendet: Montag, 6. Juli 2009 15:15 An: mitk-users@lists.sourceforge.net Betreff: [mitk-users] Scalation of mitk::Image-objects Dear mitk-developers, I come with another problem. I try to scale a mitk::image-object (3d slice-picture

Re: [mitk-users] picking with mitk

2009-08-12 Thread Milad Sadinam
schedule, you could for now experiment with vtkPickers for yourself, with the suggestions I mentioned above. Best regards, Mathias -Original Message- From: Milad Sadinam [mailto:mila...@web.de] Sent: Wednesday, August 12, 2009 3:34 PM To: mitk-users@lists.sourceforge.net Subject

Re: [mitk-users] picking with mitk

2009-08-12 Thread Milad Sadinam
A small update: When I render some objects and I press the button p (which should also trigger picking (?) ) I get also a segmentation fault. Milad Sadinam wrote: Hi all, thanks for all your responses. As I have some time-pressure for my project I will follow your suggestions

Re: [mitk-users] picking with mitk

2009-09-08 Thread Milad Sadinam
with mitk A small update: When I render some objects and I press the button p (which should also trigger picking (?) ) I get also a segmentation fault. Milad Sadinam wrote: Hi all, thanks for all your responses. As I have some time-pressure for my project I will follow your suggestions

[mitk-users] Performance problem with CommonFunctionality::AddVtkMeshToDataTree()

2009-11-16 Thread Milad Sadinam
performance? Many questionshope you can help me with them :-) Milad Sadinam -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment

Re: [mitk-users] Performance problem with CommonFunctionality::AddVtkMeshToDataTree()

2009-11-24 Thread Milad Sadinam
Regards, Jochen From: Milad Sadinam [mila...@web.de] Sent: Monday, November 16, 2009 2:49 PM Cc: 'mitk-users@lists.sourceforge.net' Subject: [mitk-users] Performance problem with CommonFunctionality::AddVtkMeshToDataTree() Dear

[mitk-users] Thread safety

2009-11-24 Thread Milad Sadinam
Dear all, I am planning to visualize some big amount of data. As their creation takes a lot of time and they would probably not fit on the main memory I plan to do some data streaming in background using multi-threading. In best case, I would like that the background threads can directly add

[mitk-users] Linking error

2010-03-07 Thread Milad Sadinam
Dear all, I use the following libraries: InsightToolkit-3.8.0 VTK-5.2.1 MITK-0.12 In my program I use the following code: #include mitkImageDataItem.h .. mitk::Image* image; image-GetSliceData(i); And this works perfectly fine. Now, somebody else tried to compile my program. But, he gets