Dear Wassim,
the documentation finally is up again.
See http://www.mitk.org/wiki/Documentation for current and older versions of 
documentation.

For the error, please check http://www.mitk.org/wiki/Development if you have 
configured everything right.

Can you start the application without the argument (image)?

You can load the image with the typical load button in the upper left or by 
menu / file / open. You can even drag&drop the file into the MainApp.
Did you compile the current version of the svn repository or did you adapt some 
functionality classes?

Best Regards,
Ingmar



Dipl.-Inform. Med. Ingmar Wegner 
DKFZ
German Cancer Research Center (Deutsches Krebsforschungszentrum) 
Member of the Helmholtz Association
Division Medical and Biological Informatics E130
Im Neuenheimer Feld 280
D-69120 Heidelberg
Phone: 49-(0)6221-42-3543
Fax: 49-(0)6221-42-2345
E-Mail: [EMAIL PROTECTED]
Web: www.dkfz.de

Confidentiality Note: This message is intended only for the use of the named 
recipient(s) and may obtain confidential and/or privileged information. If you 
are not the intended recipient, please contact the sender and delete the 
message. Any unauthorized use of the information contained in this message is 
prohibited. 


-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 29. September 2008 11:45
An: Wegner Ingmar
Cc: [email protected]
Betreff: Re: AW: AW: [mitk-users] Using MITK to apply interactively change on 
transfer function(Opacity + Color) on Volume Rendering
Wichtigkeit: Hoch


Dear

Thank you for your Help.
 
I tried to execute  MainApp.exe passing   Pic3D.pic.gz  as parameter but I
have always an exception and prorgamme  exit.

I tried to debug it ==> the problem was  in the procedure SampleApp:
InitializeFunctionality ()  when it added dialog bars.

How to solve this problem.

Thank you in advance

Regards. 


On Fri, 26 Sep 2008 16:00:15 +0200, "Wegner Ingmar"
<[EMAIL PROTECTED]> wrote:
> Hi Wassim,
> sorry, the link for the documentation and tutorial is currently broken.
> There you could see, how to activate and start the functionalities.
> 
> For so long, use cmake to create your makefile or projectfile. There you
> can activate QmitkVolumeVisualisation. After compiling the mitk source
> code, you can start the MainApp in the build directory
> <binary-files-directory>/mitk/bin/MainApp under gcc and
> <binary-files-directory>/mitk/bin/release/debug/MainApp.exe on Win32
> systems.
> 
> In the applcation, load an Image such as
> <source-files-directory>/mitk/Testing/Data/Pic3D.pic.gz
> Then click the icon for VolumeVisualization (stay with the mouse over the
> icon to get the name / the icon shows three cubes (green, red, orange).
> Then check the checkbox volume rendering in the control-section of the
> functionality (on the right).
> It takes a second to create a default lookup-table for opacity and color.
> 
> In the lower right, you see the volume-renderes image. You can deactivate
> the slices by clicking the green - red icon in the upper-middle; then you
> see the whole volume-rendered image.
> 
> In the control section, you see a histogram-widget (scalar opacity; blue)
> and a line, which you can adapt by mouse-clicking. Add new points by
> shift-left-mouse-click. There you get your desired lookup-table for
> opacity, color (section below) and even gradient.
> 
> 
> Best Regards and welcome to the MITK community,
> Ingmar
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Gesendet: Freitag, 26. September 2008 13:43
> An: Wegner Ingmar
> Cc: [email protected]
> Betreff: Re: AW: [mitk-users] Using MITK to apply interactively change on
> transfer function(Opacity + Color) on Volume Rendering
> Wichtigkeit: Hoch
> 
> 
> Hi
> 
> I have great difficulties with the use of MITk especially
> QmitkVolumeVisualization. 
> 
> I'am starting With MITK so please help me.
> 
> I'll let the migration of QmitkVolumeVisualization control to Qt4 for
> later. I downgrade momentarily to Qt3  
> 
> I need to understand how I can use it !!!! Should I integer it in a Qt
> widget?
> 
> What are the steps  To display a Volume and apply interactively change on
> transfer function with this component ?
> 
> I have not found documentaion that explains how to integrate or use this
> component ... :-(
> 
> Can you give me a piece of code? I would be very grateful ...
> 
> Waiting for your feedback and help.
> 
> Regards.
>  
> 
> On Thu, 25 Sep 2008 18:20:23 +0200, "Wegner Ingmar"
> <[EMAIL PROTECTED]> wrote:
>> Hi Wassim,
>> 
>> we are currently in a "pre-QT4-phase", meaning that we will soon (~2
>> month?) start to implement in QT4 only. 
>> We have several classes already written in QT4 ( see QT4 folders in
> mitk
>> source tree) but it will need more time.
>> 
>>> How you can  I proceed to port this functionality to Qt4?
>>> Do you have an example (even written in Qt3) that uses this
>> functionality?
>> 
>> See the functionality mitk\QFunctionalities\QmitkVolumeVisualization.
> It
>> is written for QT3.x.
>> An example of how QT4 funcktionalities will be written in future can be
>> seen in mitk\Q4Applications\Tutorial 
>> 
>>>I did not understand how I can use "Volume Visualization Controls" 
>>>independently of Version of Qt. Can you explain ne please ????
>> 
>> In general MITK is GUI-independent. Sources, filters and mappers etc.
> on
>> top of ITK and VTK. Classes are marked with mitk-prefix.
>> Then we have a lot of classes written for QT3 (Qmitk-prefix), some for
> QT4
>> (will be extended) and even a few on Fltk to create an application.
>> In future WXWidgets will be added from external developers of the MITK
>> community (!very nice!, thanks), as I have heard. 
>> 
>> Best Regards,
>> Ingmar
>> 
>> -----Ursprüngliche Nachricht-----
>> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
>> Gesendet: Donnerstag, 25. September 2008 15:11
>> An: Wegner Ingmar
>> Cc: [email protected]
>> Betreff: Re: [mitk-users] Using MITK to apply interactively change on
>> transfer function(Opacity + Color) on Volume Rendering
>> Wichtigkeit: Hoch
>> 
>> 
>> Hi
>> 
>> Thank you very very much for your help.
>> 
>> I can't downgrade to Qt3.6 because I have a project in which I am using
>> Qt4.
>> 
>> How you can  I proceed to port this functionality to Qt4?
>> 
>> Do you have an example (even written in Qt3) that uses this
>> functionality?
>> 
>> I did not understand how I can use "Volume Visualization Controls" 
>> independently of Version of Qt. Can you explain ne please ????
>> 
>> Waiting for your feedback and help.
>> 
>> Regards.
>> 
>> On Wed, 24 Sep 2008 17:58:16 +0200, "Wegner Ingmar"
>> <[EMAIL PROTECTED]> wrote:
>>> Hi Wassim,
>>> if you would downgrade to Qt3.6 you could use the VolumeVisualization
>>> functionality, which does exactly what you have described. 
>>> You can also use the QT/Win free library mentioned at
>>> http://www.mitk.org/wiki/Build_requirements
>>> 
>>> As far as I know, the functionality is not yet ported to QT4. But if
>> you
>>> want to port it you are more than welcome to do so and to provide the
>> code
>>> for the others. If you know QT4.0 it should not be too much work. 
>>> 
>>> Best regards,
>>> Ingmar
>>> 
>>> 
>>> -----Ursprüngliche Nachricht-----
>>> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
>>> Gesendet: Mittwoch, 24. September 2008 14:36
>>> An: [email protected]
>>> Betreff: [mitk-users] Using MITK to apply interactively change on
>> transfer
>>> function(Opacity + Color) on Volume Rendering
>>> Wichtigkeit: Hoch
>>> 
>>> 
>>> Dear
>>> 
>>> I'am using VTK 5.0.2 and Qt 4.3.1  for Volume Rendering.
>>> 
>>> I want to  use MITK to apply interactively change on transfer
>>> function(Opacity + Color).
>>> 
>>> VTK doesn't offers methode to do this kind of interaction on Volume
>>> Rendering.
>>> 
>>> What I want is interact with the volume (to disappear/ display parts
> of
>>> volume: bones, vessels ...) by varying the functions of transfer.
>>> 
>>> Is it possible using MITK  + VTK 5.0.2 and Qt 4.3.1 ?
>>> 
>>> If it is yes so :
>>> 
>>>       1) How can i use MITK to do this ? 
>>> 
>>>       2) Is there an example that I can follow because I'm starting
>> with
>>> MITK (I did not find in the tutorial of MITK  an example like what I'm
>>> looking for).
>>> 
>>> I have already compiled MITK using Qt 4 as GUI + VTK 5.0.2 and ITK
>> 3.8.0
>> .
>>>  
>>>  
>>> Waiting for your feedback and help.
>>> 
>>> I'am on a trouble so please Help.
>>> 
>>> Regards.
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>
> -------------------------------------------------------------------------
>>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>>> challenge
>>> Build the coolest Linux based applications with Moblin SDK & win great
>>> prizes
>>> Grand prize is a trip for two to an Open Source event anywhere in the
>>> world
>>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>>> _______________________________________________
>>> mitk-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/mitk-users
>> 
>> 
>>
> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> mitk-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/mitk-users
>> 
> 
> 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to