Table of Contents

Software for an Intra-Operative "Kinect"

Last updated: 5/14/2017 10pm

Summary

We are working to develop the software for a system to do 3D reconstruction based on a structured light approach using a flexible endoscope. We are currently working with a basic camera in place of an endoscope to allow us to focus on developing the appropriate software, but making sure to make the software portable so it can be used in a system with a flexible endoscope.

Background, Specific Aims, and Significance

Video-guided minimally invasive surgery can reduce adverse effects for patients through the use of an endoscope that is inserted through a small incision instead of open surgery. However, endoscopy is limited in that the surgeon only sees a geometrically distorted 2D image of the surgical site. It would be desirable for the surgeon to have more accurate information on the surface topology of the surgical site from a 3D imaging system as this can guide diagnosis and surgery. For example, a collapsed airway that can be difficult to see in a 2D image could be clearly visualized using a 3D reconstruction of the space. Stereo reconstruction has been used to do reconstruction in endoscopy, but these systems may not perform as well on human tissue with few features. A structured light approach to 3D reconstruction can address this issue, as the projected light can create feature points on tissue where there were previously no distinguishable features.

By using a small camera and laser fiber that projects a pseudo-random pattern of green dots, we hope to develop software that will allow for precise and accurate 3D reconstruction of a variety of objects. Our goal is to make this software portable and flexible, so that it can eventually be adapted for real-time use during surgery with the laser fiber inserted down the working channel of a flexible endoscope.

Our primary aims for the project include:

1. Real-time 3D reconstruction based on structured light approach. This reconstruction will allow surgeon to understand the shape of the space in which they are operating.

2. Real-time camera tracking simultaneously with reconstruction. This will indicate to the surgeon where their endoscope is relative to what they see through the endoscope.

Deliverables

Technical Approach

3D Reconstruction

Mechanical Setup

Camera Calibration

Camera-Laser Calibration

3D Reconstruction

Finding Dots in Realistic Setting

SIFT:

MSER:

Dependencies

  1. Access to laser & camera <html><span style=“color:green;”>✔</span></html>
  2. Access to lab space for storage/testing <html><span style=“color:green;”>✔</span></html>
  3. Obtaining Tae Soo Kim's prior work with 3D reconstruction using endoscope <html><span style=“color:green;”>✔</span></html>
  4. Reliable fixation for camera and laser <html><span style=“color:green;”>✔</span></html>
  5. Development of testing setup <html><span style=“color:green;”>✔</span></html>
  6. SLAM depends on calibration
    1. Effect on milestones: 3D reconstruction code will be difficult to develop without accurate calibration
    2. Plan for resolving: Seek guidance from Dr. Reiter if problems arise, calibration almost complete
    3. Not completed due to insufficient accuracy of calibration

Milestones and Status

  1. Milestone name: Rigid Fixation of Camera and Laser
    • Planned Date: 2/25/17
    • Expected Date: 4/12/17
    • Completed: 4/14/17
  2. Milestone name: Develop Calibration Code
    • Planned Date: 3/11/17
    • Expected Date: 4/22/17
    • Completed: 4/20/17
  3. Milestone name: Collect Laser Pattern Data
    • Planned Date: 3/4/17
    • Expected Date: 4/12/17
    • Completed: 4/14/17
  4. Milestone name: Create Testing Setup for Calibration
    • Planned Date: 3/11/17
    • Expected Date: 4/15/17
    • Completed: 4/15/17
  5. Milestone name: Develop Testing Scripts for Calibration Code
    • Planned Date: 3/11/17
    • Expected Date: 4/15/17
    • Completed: 4/15/17
  6. Milestone name: Collect Data to Test Calibration Accuracy
    • Planned Date: 3/18/17
    • Expected Date: 4/22/17
    • Completed: 4/22/17
  7. Milestone name: Identify Best Dot Detection Method (ADDED SINCE CHECKPOINT)
    • Planned Date; 5/13/17
    • Expected Date: 5/13/17
    • Completed: 5/13/17
  8. Milestone name: Develop SLAM Code
    • Planned Date: 4/15/17
    • Expected Date: 5/17/17
    • Status: Not pursued due to calibration inaccuracy
  9. Milestone name: Plan Testing for SLAM
    • Planned Date: 4/1/17
    • Expected Date: 4/27/17
    • Status: Not pursued due to calibration inaccuracy
  10. Milestone name: Collect Data for Testing SLAM
    • Planned Date: 4/15/17
    • Expected Date: 5/13/17
    • Status: Not pursued due to calibration inaccuracy

Reports and presentations

Project Bibliography

Reading List:

  1. Tae Soo Kim’s reports from CIS 2 project (and maybe code and MS thesis)
  2. Patent application by Tae Soo Kim and Drs. Taylor and Reiter: http://www.freepatentsonline.com/y2016/0143509.html
  3. Gamini Dissanayake, M.W.M., Newman, P., Clark, S., Durrant-Whyte, H.F., and Csorba, M. “A Solution to the Simultaneous Localization and Map Building (SLAM) Problem.” IEEE Transactions on Robotics and Automation 17.3. (2001): 229-241. Print.
  4. Moutney, P., Stoyanov, D., Davison, A., and Yang, G.Z. “Simultaneous Stereoscope Localization and Soft-Tissue Mapping for Minimal Invasive Surgery.” Medical Image Computing and Computer-Assisted Intervention 4190. (2006): 347-354. Print.
  5. M. Chan, W. Lin, J Qu, “Miniaturized three-dimensional endoscopic imaging system based on active stereovision,” in Applied Optics. 42(10), 1888-1898 (2003)
  6. N. T. Clancy, D. Stoyanov, L. Maier-Hein, A. Groch, G. Yang, D. Elson, “Spectrally encoded fiber-based structured lighting probe for intraoperative 3D imaging,” in Biomedical Optics Express. 2(11), 3119-3128 (2011).

Other Resources and Project Files

All code developed for this project can be found in the BitBucket repository at https://bitbucket.org/etian1/3dkinect.