UCL / SkullBaseNavigation

Other
2 stars 1 forks source link

Rescale US image so that it is 'real' size in Slicer #46

Open tdowrick opened 3 years ago

tdowrick commented 3 years ago

In GitLab by @ThomasDowrick on Mar 1, 2019, 16:08

The dimensions of the acquired US image is set to the screen size on the BK (~800 x 700 pixels).

We need to rescale the data so that it overlays correctly on the skull model.

The finished hierarchy for the US should look like:

image

tdowrick commented 3 years ago

In GitLab by @RemiDelaunay on Mar 7, 2019, 11:53

The best way to do this would be the Image calibration with PLUS (to have the real image size/orientation) but the scaling parameters depends on the image depth so query the pixel size and depth might be a way to update this transform in real-time.

tdowrick commented 3 years ago

In GitLab by @JonathanShapey on Mar 12, 2019, 10:44

changed due date to March 21, 2019

tdowrick commented 3 years ago

In GitLab by @AnastasisGeorgoulas on Mar 21, 2019, 11:08

If the image calibration has been done correctly, the Image2Tip transform will include the appropriate scaling, so we will not need to update anything. As an additional check, we can query the BK depth when we start the slicelet. If it is not at 4.5cm (which is what the image calibration is currently done for), we can show a warning message.

tdowrick commented 3 years ago

In GitLab by @DavidPerez-Suarez on Mar 27, 2019, 16:51

removed due date