Table of Contents

RGBD Camera Integration into Camera Augmented Mobile C-arm

Last updated: Apr 9 and 5:38PM

Summary

Camera Augmented Mobile C-arm (CamC) is a system that fuses X-ray images and real time video. The X-ray image overlay provides an intuitive interface for surgical guidance with high accuracy, and can be used for many trauma and orthopedic surgeries. Currently, the system provides a view as shown in Fig. 1. The overlay is based on 2D-3D vision calibration. The current system is not able to tell the spatial relationships between surgeon’s hands, tools and targets due to the lack of depth information in the image. As a result, surgeon’s hands and tools are partly covered by the X-ray overlay.

Our goal is to integrate a depth sensor (Kinect sensor) into the CamC system to overcome this limitation. We can then segment hands and tools according to depth data, and create an enhanced X-ray overlay that will not block hands and tools. This will give us a more intuitive view of spatial relationships between targets, hands, and tools.

Deliverables

Technical Approach

The mechanical setup for the Kinect sensor is illustrated in Fig. 2.

Figure 2. Illustration for Kinect mounting. (Navab, Nassir, IEEE Transactions 2010)

We will mount the Kinect sensor on the side of the X-ray gantry using 3D-printed mounts. The Kinect should have a distance from the image intensifier of about 1 meter, which will reserve sufficient space between objects being scanned and the Kinect. The Kinect will be positioned so that it can cover most space on the area around the image intensifier (see Fig. 3). After mounting the Kinect sensor, we will perform the following steps to complete this integration.

Figure 3. Overview of system setup

  1. Distortion correction: We will use a nonlinear radial distortion model and compute a lookup table for fast distortion correction for the video camera.
    • X_un=D+X_dist with X_un∈R X are points on the image
    • D= X_dist (k_1 〖r^2+ k〗_2 r^4+⋯+k_i r^2i ) A polynomial function of the distortion coefficients k_i
    • The coefficients are computed using calibration techniques with a calibration object.
  2. Kinect and camera calibration: We will use the checkerboard calibration technique to calibrate the Kinect and CCD camera in following steps (see Fig. 4).
  3. Scan a checkerboard in multiple positions with Kinect and CCD camera from two different views. Extract interest points on the checkerboard. According to the above information, we compute the projection matrixes P1 and P2 (Fig. 4) of CCD camera and Kinect sensor. Based on the projection matrixes, we can find out the transformation T1 from the Kinect RGB camera to the CCD camera. The Kinect depth and RGB data is already co-registered in the OpenNI (T2 in Fig. 4).Figure 4. RGBD and RGB camera calibration
  4. Finally, we can transform the depth data from Kinect frame to CCD camera frame. We will also need to optimize our calibration algorithms to minimize occlusion and preserve depth information.
  5. Enhanced X-ray overlay: After successful calibration, we will be able to get depth data co-registered to the CCD camera view. We will develop an enhanced X-ray overlay by the following steps:
    • Take an X-ray image and at the same time store the depth mesh of the phantom as a static reference.
    • Track the depth video stream and find out the depth changes. 3) Compare depth to the reference, and render overlay according to spatial relationships.
  6. Software architecture: We are developing software for CamC on top of ImFusion in this project. The block diagram is shown in Fig. 5.Figure 5. Software architecture block diagram
    • Application machine: A fast PC runs software communicating with multiple devices.
    • Siemens network protocol: Software developed by Siemens that dumps new X-ray images to a directory on application machine as raw files.
    • Vimba API: API used to communicate with CCD Camera.
    • OpenNI: Open source software for natural interaction devices. Used to communicate with the Kinect device.
    • ImFusion: Powerful software solutions for medical image processing and computer vision.
    • The red blocks are parts we need to develop and other blocks exist tools we rely on. Ideally, we will have an ImFusion plugin for a new CamC system.

Dependencies

* PC and remote control of C-arm application machine

* Kinect sensor and its mounting supports

* ImFusion source code for point cloud data

* Registration and calibration tools

* Animal tissue specimen and phantoms

Milestones and Status

  1. Milestone name: Finish developing ImFusion plugin for X-ray image and video acquisition.
    • Expected Date: February 27
    • Status: Achieved
  2. Milestone name: Kinect mounted on C-arm and get point cloud data from ImFusion.
    • Expected Date: March 6
    • Status: Achieved
  3. Milestone name: Kinect point cloud and video are registered; X-ray image and video are registered
    • Expected Date: March 27
    • Status: Achieved April 4
  4. Milestone name: An enhanced overlay developed
    • Expected Date: April 17
    • Status: Achieved April 30
  5. Milestone name: Finish animal tissue specimen validation and evaluation
    • Expected Date: May 1
    • Status: Not started
  6. Milestone name: Final poster presentation
    • Expected Date: May 6
    • Status: Achieved

Reports and presentations

Project Bibliography

* here list references and reading material

  1. Navab, Nassir, S-M. Heining, and Joerg Traub. “Camera augmented mobile C-arm (CAMC): calibration, accuracy study, and clinical applications.” Medical Imaging, IEEE Transactions on 29.7 (2010): 1412-1423.
  2. Navab, Nassir, A. Bani-Kashemi, and Matthias Mitschke. “Merging visible and invisible: Two camera-augmented mobile C-arm (CAMC) applications.”Augmented Reality, 1999.(IWAR'99) Proceedings. 2nd IEEE and ACM International Workshop on. IEEE, 1999.
  3. Traub, Joerg, et al. “Workflow based assessment of the camera augmented mobile c-arm system.” AMIARCS, New York, NY, USA. MICCAI Society (2008).
  4. Wang, Lejing, et al. “Long bone x-ray image stitching using camera augmented mobile c- arm.” Medical Image Computing and Computer-Assisted Intervention–MICCAI 2008. Springer Berlin Heidelberg, 2008. 578-586.
  5. Zhang, Zhengyou. “A flexible new technique for camera calibration.” Pattern Analysis and Machine Intelligence, IEEE Transactions on 22.11 (2000): 1330-1334.

Other Resources and Project Files

Here give list of other project files (e.g., source code) associated with the project. If these are online give a link to an appropriate external repository or to uploaded media files under this name space.