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, <yann.zimmerm...@pollen-metrology.com> 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

Reply via email to