Re: [mitk-users] Touch Screen Support?

2017-04-27 Thread Dinkelacker, Stefan
?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


Re: [mitk-users] MITK Application issue with Remote Desktop Snapshot

2017-04-27 Thread Dinkelacker, Stefan
Hi Prem,

did you use MITK's snapshot plugin or the snapshot feature of your OS? Please 
attach an example snapshot.

Best,
Stefan

Von: Prem 
Gesendet: Donnerstag, 27. April 2017 18:28
An: mitk-users@lists.sourceforge.net
Betreff: [mitk-users] MITK Application issue with Remote Desktop Snapshot

Hi All,

  My application with uses berry platform / MITK is having issue with
snapshot taken from remote desktop. It works fine if I took snapshot from
local machine but the same application appears to capture different  / wrong
Area and different size snapshot when i try to capture it through remote
desktop.

 I would really appreciate if someone share their experience / finding and
probable solution to this issue.

Thanks,



--
View this message in context: 
http://mitk-users.1123740.n5.nabble.com/MITK-Application-issue-with-Remote-Desktop-Snapshot-tp8322.html
Sent from the MITK - Users mailing list archive at Nabble.com.

--
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] MITK Application issue with Remote Desktop Snapshot

2017-04-27 Thread Prem
Hi All,

  My application with uses berry platform / MITK is having issue with
snapshot taken from remote desktop. It works fine if I took snapshot from
local machine but the same application appears to capture different  / wrong
Area and different size snapshot when i try to capture it through remote
desktop. 

 I would really appreciate if someone share their experience / finding and
probable solution to this issue.

Thanks,



--
View this message in context: 
http://mitk-users.1123740.n5.nabble.com/MITK-Application-issue-with-Remote-Desktop-Snapshot-tp8322.html
Sent from the MITK - Users mailing list archive at Nabble.com.

--
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] AccessByItk_n

2017-04-27 Thread Miklos Espak
Note that if you declare the image argument as 'const', only a read lock
will be applied. In case you are just reading the image but get this error,
you should check the constness of your function arguments.

Hope it helps.

Miklos


On 27 April 2017 at 07:24,  wrote:

> Hello,
>
> It seems as the image was already locked by another access (by an accessor
> for example) and the lock is not released before you try to lock it again.
>
> Yann
>
> 
> --
> 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


Re: [mitk-users] Reg: Creating a patch and applying it

2017-04-27 Thread Dinkelacker, Stefan
Hi,

see the Git documentation for creating and applying patches. You can also just 
cherry-pick your commits: https://git-scm.com/docs/git-cherry-pick.

Best,
Stefan

From: Sriprabha Ramanarayanan [mailto:sriprabha.ramanaraya...@gmail.com]
Sent: Donnerstag, 27. April 2017 11:46
To: mitk-users@lists.sourceforge.net
Subject: [mitk-users] Reg: Creating a patch and applying it

Hi MITK-users,

I have two different branches of MITK clone. I have made some code changes/code 
additions in one branch. I would like to know how do I make similar 
changes/additions on to the other branch by creating a patch and applying to it.

Thanks,
R.Sriprabha

--
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] Reg: Creating a patch and applying it

2017-04-27 Thread Sriprabha Ramanarayanan
Hi MITK-users,

I have two different branches of MITK clone. I have made some code
changes/code additions in one branch. I would like to know how do I make
similar changes/additions on to the other branch by creating a patch and
applying to it.

Thanks,
R.Sriprabha
--
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] AccessByItk_n

2017-04-27 Thread yann . zimmermann
Hello,It seems as the image was already locked by another access (by an accessor for example) and the lock is not released before you try to lock it again.Yann--
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