Discussion:
[mitk-users] What turns on the contour interpolation?
Miklos Espak
2017-03-14 15:57:38 UTC
Permalink
Hi,

when using our segmentation tools, sometimes the contour of the
segmented region changes and then the contour points are connected by
interpolation instead of straight lines.

I am wondering if this is a feature in MITK that we accidentally
activated by a key or mouse interaction. I would like to disable it,
but do not find the code that does that.

Anybody knows what is this interpolation thing and how to control it?

I attached two snapshots from a screen recording. One was taken before
the interpolation got switched on, the other one after that. I am
talking about the green contour. The orange contour is all right. (The
green control perfectly overlaps it, normally, that's why it is not to
see on the first screenshot.)

Cheers,
Miklos
Dinkelacker, Stefan
2017-03-15 12:07:19 UTC
Permalink
Hi,

what is the corresponding helper object in the Data Manager? Maybe the name of it will point you to the right direction.

Best,
Stefan

-----Original Message-----
From: Miklos Espak [mailto:***@ucl.ac.uk]
Sent: Dienstag, 14. März 2017 16:58
To: mitk-users
Subject: [mitk-users] What turns on the contour interpolation?

Hi,

when using our segmentation tools, sometimes the contour of the segmented region changes and then the contour points are connected by interpolation instead of straight lines.

I am wondering if this is a feature in MITK that we accidentally activated by a key or mouse interaction. I would like to disable it, but do not find the code that does that.

Anybody knows what is this interpolation thing and how to control it?

I attached two snapshots from a screen recording. One was taken before the interpolation got switched on, the other one after that. I am talking about the green contour. The orange contour is all right. (The green control perfectly overlaps it, normally, that's why it is not to see on the first screenshot.)

Cheers,
Miklos
Miklos Espak
2017-03-15 14:02:42 UTC
Permalink
Hi,

it is not the MITK segmentation tool but a completely different one with
different tools. The helper nodes are created on our side, so I know their
name and where we create them, but we do not set a property for the
interpolation. At least not directly from our code base, but there might be
a transitive call to MITK or VTK.

Cheers,
Miklos


On 15 March 2017 at 12:07, Dinkelacker, Stefan <
Post by Dinkelacker, Stefan
Hi,
what is the corresponding helper object in the Data Manager? Maybe the
name of it will point you to the right direction.
Best,
Stefan
-----Original Message-----
Sent: Dienstag, 14. MÀrz 2017 16:58
To: mitk-users
Subject: [mitk-users] What turns on the contour interpolation?
Hi,
when using our segmentation tools, sometimes the contour of the segmented
region changes and then the contour points are connected by interpolation
instead of straight lines.
I am wondering if this is a feature in MITK that we accidentally activated
by a key or mouse interaction. I would like to disable it, but do not find
the code that does that.
Anybody knows what is this interpolation thing and how to control it?
I attached two snapshots from a screen recording. One was taken before the
interpolation got switched on, the other one after that. I am talking about
the green contour. The orange contour is all right. (The green control
perfectly overlaps it, normally, that's why it is not to see on the first
screenshot.)
Cheers,
Miklos
------------------------------------------------------------
------------------
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
https://lists.sourceforge.net/lists/listinfo/mitk-users
Dinkelacker, Stefan
2017-03-15 14:44:33 UTC
Permalink
Well, I would expect that the green contour must be held by a separate node somewhere, except that there is a mapper which generates to contours out of a single data item. I’m not sure if it is really an interpolated contour rather than a reduced one which would shed the light onto the ReduceContourSetFilter, which is used by the 3D interpolation, AFAIK.

Best,
Stefan

From: ***@gmail.com [mailto:***@gmail.com] On Behalf Of Miklos Espak
Sent: Mittwoch, 15. MÀrz 2017 15:03
To: Dinkelacker, Stefan
Cc: mitk-users
Subject: Re: [mitk-users] What turns on the contour interpolation?

Hi,
it is not the MITK segmentation tool but a completely different one with different tools. The helper nodes are created on our side, so I know their name and where we create them, but we do not set a property for the interpolation. At least not directly from our code base, but there might be a transitive call to MITK or VTK.
Cheers,
Miklos

On 15 March 2017 at 12:07, Dinkelacker, Stefan <***@dkfz-heidelberg.de<mailto:***@dkfz-heidelberg.de>> wrote:
Hi,

what is the corresponding helper object in the Data Manager? Maybe the name of it will point you to the right direction.

Best,
Stefan

-----Original Message-----
From: Miklos Espak [mailto:***@ucl.ac.uk<mailto:***@ucl.ac.uk>]
Sent: Dienstag, 14. MÀrz 2017 16:58
To: mitk-users
Subject: [mitk-users] What turns on the contour interpolation?
Hi,

when using our segmentation tools, sometimes the contour of the segmented region changes and then the contour points are connected by interpolation instead of straight lines.

I am wondering if this is a feature in MITK that we accidentally activated by a key or mouse interaction. I would like to disable it, but do not find the code that does that.

Anybody knows what is this interpolation thing and how to control it?

I attached two snapshots from a screen recording. One was taken before the interpolation got switched on, the other one after that. I am talking about the green contour. The orange contour is all right. (The green control perfectly overlaps it, normally, that's why it is not to see on the first screenshot.)

Cheers,
Miklos
------------------------------------------------------------------------------
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-***@lists.sourceforge.net<mailto:mitk-***@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/mitk-users

Loading...