Re: [mitk-users] LabelSetImage mapper in 3D

2017-05-03 Thread Goch, Caspar Jonas
Hi Nil,

there has been some work done on the LabelSetImage 3D rendering issue, but I do 
not know the current state of the branch:
https://phabricator.mitk.org/T19522

Hope this helps,
Caspar

-Ursprüngliche Nachricht-
Von: Nil Goyette [mailto:nil.goye...@imeka.ca] 
Gesendet: Mittwoch, 3. Mai 2017 16:16
An: mitk-users@lists.sourceforge.net
Betreff: [mitk-users] LabelSetImage mapper in 3D

Hi all,

What can I do to see my segmentation in the 3D mapper?

I searched a little and I can see that there's a mitkLabelSetImageVtkMapper2D 
class, without a 3D version, but the same can be said about 
mitkImageVtkMapper2D, yet we can see them in 3D. This makes make understand 
that we don't need a 3D mapper to see something in 3D. What do we need to do to 
activate the "replication" of the 2D slices into 3D?

Nil Goyette


--
Check out the vibrant tech community on one of the world's most engaging tech 
sites, Slashdot.org! http://sdm.link/slashdot 
___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users


[mitk-users] LabelSetImage mapper in 3D

2017-05-03 Thread Nil Goyette
Hi all,

What can I do to see my segmentation in the 3D mapper?

I searched a little and I can see that there's a 
mitkLabelSetImageVtkMapper2D class, without a 3D version, but the same 
can be said about mitkImageVtkMapper2D, yet we can see them in 3D. This 
makes make understand that we don't need a 3D mapper to see something in 
3D. What do we need to do to activate the "replication" of the 2D slices 
into 3D?

Nil Goyette


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users


Re: [mitk-users] Windows+Qt msvc compiler+MITK

2017-05-03 Thread Dinkelacker, Stefan
Hello R O Ranjith,

please do not ask the same question multiple times in such a short period. Your 
question is more related to using CMake in QtCreator in general than 
MITK-specific. We usually can’t provide the capacities to answer such 
questions, as we do not support your use case in general, sorry.

Best,
Stefan

From: K O ranjith [mailto:kor1...@gmail.com]
Sent: Mittwoch, 3. Mai 2017 13:55
To: mitk-users@lists.sourceforge.net
Subject: [mitk-users] Windows+Qt msvc compiler+MITK

I need to develop an MRI image viewer with MITK library in Qt creator with MSVC 
compiler in windows.
I have built the MITK library with Qt creator.
Can anyone help me to start developing an app in Qt creator with the built MITK?



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users


[mitk-users] Windows+Qt msvc compiler+MITK

2017-05-03 Thread K O ranjith
I need to develop an MRI image viewer with MITK library in Qt creator with
MSVC compiler in windows.
I have built the MITK library with Qt creator.
Can anyone help me to start developing an app in Qt creator with the built
MITK?
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users


[mitk-users] Qt mitk projet

2017-05-03 Thread K O ranjith
 I have develop an MRI image viewer with 3d and other image tools in Qt
with MSVC compiler in windows.
I could built the MITK library with Qt(5.7.1) msvc compiler (2015-64)  in
windows.
My problem is I want to use the MITK library in Qt project with MSVC
compiler(Windws OS).
As a reference for that I trying to open the examples in tutorial in Qt
creator.
My actual intention is to study how to integrate MITK library to a Qt
project.
As a initial step I created Cmake based Non_Qt project in Qt creator which
uses a CMakeLists,txt.
In that could succeed upto find_package(MITK REQUIRED).
But I'm not aware how to do remaining steps for using MITK in my project.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users


Re: [mitk-users] Qt tutorial example

2017-05-03 Thread K O ranjith
I'm new to MITK. I have successfully built the MITK library in Ubuntu with
 Unix makefile as generator.
How can open the MITK tutorial examples in Qt creator?
I tried to open the examples using Qt creator open file or project option
from the build directory.
But not found any appropriate file to open as a project in Qt. In my
understanding Qt creator only access project with .pro files or
CMakeList.txt.

How can I open the tutorials in Qt(or any otherway)?

Have any other generator which generate Qt project or CmakeList.txt ?

Note: I also have built  MITK in Windows with Cmake & Visual studio 2015
 in that case the build directory contains tutorial example VS project
solutions which van directly open in Visual studio.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users


[mitk-users] Qt tutorial example

2017-05-03 Thread K O ranjith
I'm new to MITK. I have successfully built the MITK library in Ubuntu with
 Unix makefile as generator.
How can open the MITK tutorial examples in Qt creator?
I tried to open the examples using Qt creator open file or project option
from the build directory.
But not found any appropriate file to open as a project in Qt. In my
understanding Qt creator only access project with .pro files or
CMakeList.txt.

How can I open the tutorials in Qt(or any otherway)?

Have any other generator which generate Qt project or CmakeList.txt ?

Note: I also have built  MITK in Windows with Cmake & Visual studio 2015
 in that case the build directory contains tutorial example VS project
solutions which van directly open in Visual studio.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users


Re: [mitk-users] Touch Screen Support?

2017-05-03 Thread Dinkelacker, Stefan
Hi, tested a little bit and in general it doesn’t work well for the interesting 
parts like segmentation and other interactions especially when you need to 
press and hold a key while doing something with the mouse.

Best,
Stefan

From: Dinkelacker, Stefan [mailto:s.dinkelac...@dkfz-heidelberg.de]
Sent: Donnerstag, 27. April 2017 21:08
To: Nathan Lay; mitk-users@lists.sourceforge.net
Subject: Re: [mitk-users] Touch Screen Support?


​Hi Nathan,



we do not have explicit touch support, meaning that we don't have any code for 
this purpose in the MITK Workbench. The OS translates such events to mouse 
events though and this should work to some extent. I didn't test 
press-move-release (i.e. to interact with the render windows), but I can give 
it a shot tomorrow, as we have a multi-touch-TV in our division.



Best,
Stefan


Von: Nathan Lay >
Gesendet: Donnerstag, 27. April 2017 18:50
An: mitk-users@lists.sourceforge.net
Betreff: [mitk-users] Touch Screen Support?

Hello once again,
I'm curious whether MITK can work with touch screen devices? I'm guessing the 
OS will translate these touch events to mouse events? Not sure about 
X11/Wayland capabilities. I'm guessing X11 has no such capability. Let's just 
suppose we're talking about a Windows 10. What then?
Best regards,
Nathan Lay
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users