Tracked surgical drill calibration

Size: px
Start display at page:

Download "Tracked surgical drill calibration"

Transcription

1 Tracked surgical drill calibration An acetabular fracture is a break in the socket portion of the "ball-and-socket" hip joint. The majority of acetabular fractures are caused by some type of highenergy impact, such as a car collision or motorcycle accident. Treatment for acetabular fractures often involves surgery to restore the normal anatomy of the hip and stabilize the hip joint. The x-ray shows an acetabular fracture fixated with screws and plates. Watch a video of the surgery as executed by an experienced orthopedic trauma surgeon here: The success of the surgery, to a large degree, depends on the accuracy of the placement of the screws. We will use a tracked surgical navigation system assist in the drilling. We will instrument an electric bone drill with reflective beads for tracking. The beads are tracked in real-time with an optical stereo camera connected to a computer. We will use this drill to create pilots holes for the bone screws, navigated in real-time with respect to the CT images. F d When we attach the markers to the drill, we do not know exactly where the markers are relative to the drill tip and drill axis. So we must calibrate the tracked drill before using it in the operating room. During calibration, we will assign a drill coordinate system (F d ) to the markers and experimentally determine the position of tool tip T d and the direction vector of the drill axis v d in the F d drill coordinate system. T d You will design, develop and test methods and software for the calibration of a tracked drill. This is considered a fundamental skill in computer-integrated surgery. v d 1

2 1. Navigation coordinate system transformations Prior to surgery, we drill a post into the pelvis and attach multimodal markers that are visible in CT and can be tracked by an infrared camera in the OR. We also track the drill as explained previously. In the OR during surgery, we want to draw in real-time a simple model of the drill bit (tip and axis) over the fractured bone reconstructed from CT, in order to guide the surgeon in the drilling process. This requires computing the drill tip and drill axis in CT coordinates. Annotate the figure below with the requisite coordinate frame transformations, explain and write up the math to compute the drill tip and drill axis vector in CT coordinates. Submit your drawings and writing. (10 pts) COMPUTER SCREEN F m OPERATING ROOM FT Drill bit F m F d T CT v CT F CT 2

3 2. Calibrator We bring the assembled drill to the lab for calibration. The drill is fully operational and a disposable sharp-point drill bit is secured in the drill head. You can use only the following tools for the calibration process: Tracked drill, Optical tracker & coordinate measurements from the tracker; Thick wooden bench top that you can scratch, cut, or drill holes into; Computer with MATLAB. NOTES: We discussed the tracked tool calibration process in class. We discussed the constrained motions for both tool tip and axis calibration. We discussed the resulting trajectories on which the markers travel during these constrained motions. We discussed how one can reconstruct these trajectories from measured marker positions in tracker frame (i.e. measurement space). We discussed how one can compute the calibration parameters from these, by transforming the reconstructed drill tip and drill axis vector from tracker space to marker space. We discussed redundancies present in the setup and how to take advantage of that; we discussed how we detect if the constraints fail. Drill Tip Calibrator: Design and implement a suitable calibration process for the drill tip. (20 pts) 1. Explain the calibration process step by step with using figures, sketches, words, block diagram, etc. anything that you find appropriate to convey your thinking. Explain the nature of the constrained motion you chose and why you chose it and how you will model these constrained motions mathematically. (4pt) 2. Explain how you would detect if the enforcement of the constraint failed. (You do not have to implement it.) (2 pts) 3. Explain how you would detect if there was excessive error in tracking of the markers. (You do not have to implement it.) (2 pts) 4. Implement the calibration software in MATLAB. Input: array of (A,B,C) markers. Output: T d (12 pts) Drill Axis Calibrator: Design and implement a calibration process for the drill axis. (20 pts) Repeat the same steps as above for the drill axis. Input: array of (A,B,C) markers. Output: v d 3

4 3. Simulator DRILL MODEL: Below is a model of a tracked bone drill for simulation. (In reality, the placement of markers is unknown, which is why the drill must be calibrated.) Let the center of the model coordinate system (F mod ) be in the drill tip, the z axis be in the drill axis pointing from drill tip to drill base. A, B, and C are the marker locations in cm units. (Also note that in real life, we would not allow A,B,C to be an isosceles triangle, but such a little simplification is permissible here.) Compute Drill Frame (F d ): You are free to fix F d anywhere relative to (A,B,C), so long it is a unique orthonormal coordinate system. Input: (A,B,C). Output: Ctr d and base vectors (x d y d z d. ). Compute these and draw the result in the figure below. (5 pts). Compute Ground Truth: Use this model to compute the ground truth calibration parameters in the F d coordinate system, v d for drill axis and T d for drill tip. Compute these and draw the result in the figure below. These will be your ground truth in testing the calibrator. (5 pts). z mod F mod C (5, 0, 26) B (11,0, 20) A (5,0, 20 ) y mod x mod In the simulator, you are free place the F t tracker coordinate system anywhere with respect to the F mod drill model coordinate system. For convenience, I recommend that you place F t to coincide with the F mod. Drill Tip Simulator: Design and implement software to generate calibration poses that satisfy the requirements of your drill tip calibration module developed earlier. Design the number, range and distribution of calibration poses, explain your choices by generously commenting your code. The output is a series of (A t,b t,c t ) markers, representing simulated marker positions in F t tracker coordinate system. (5 pts) Drill Axis Simulator: Design and implement software to generate calibration poses that satisfy the requirements of your drill axis calibration module developed earlier. Design the number, range and distribution of calibration poses, explain your choices by generously commenting your code. The output is a series of (A t,b t,c t ) markers, representing simulated marker positions in F t tracker coordinate system. (5 pts) 4

5 4. Calibration Ground Truth Test Drill Tip Calibration Test: Run the Drill Tip Simulator and feed the simulated poses to the Drill Tip Calibrator, and ascertain that it the resulting T m and the ground truth are practically identical. (5 pts) Drill Axis Calibration Test: Run the Drill Axis Simulator and feed the simulated poses to the Drill Axis Calibrator, ascertain that it the resulting v m and the ground truth are practically identical. (5 pts) 5. Calibration Accuracy Analysis Acetabular fracture fixation is a delicate procedure in which the required drill calibration accuracy is 1 mm for the drill tip and 2 degrees for the drill axis. Run your simulators to generate marker positions for drill tip and axis calibration. Blend a random error of maximum E trac on the simulated marker positions. Make the direction of the error vector random and its magnitude constant E trac. Feed the simulated poses to the calibrator and compute T m, v m ; and do this by gradually increasing E trac from 0, in 1mm steps. (10 pts) Make graphs between E trac and the calibration errors both tip and axis. Determine the level of maximum tracking error (E trac ) when the calibration is no longer clinically satisfactory. (10 pts) General Rules As before... Read the online syllabus for general instructions on the submission of assignments.. 5

CHomework Assignment /655 Fall 2017 (Circle One)

CHomework Assignment /655 Fall 2017 (Circle One) CHomework Assignment 2 600.455/655 Fall 2017 (Circle One) Instructions and Score Sheet (hand in with answers) Name Email Other contact information (optional) Signature (required) I/We have followed the

More information

On the Accuracy of a Video-Based Drill-Guidance Solution for Orthopedic and Trauma Surgery: Preliminary Results

On the Accuracy of a Video-Based Drill-Guidance Solution for Orthopedic and Trauma Surgery: Preliminary Results On the Accuracy of a Video-Based Drill-Guidance Solution for Orthopedic and Trauma Surgery: Preliminary Results Jessica Magaraggia 1,2, Gerhard Kleinszig 2, Wei Wei 2, Markus Weiten 2, Rainer Graumann

More information

Data Fusion Virtual Surgery Medical Virtual Reality Team. Endo-Robot. Database Functional. Database

Data Fusion Virtual Surgery Medical Virtual Reality Team. Endo-Robot. Database Functional. Database 2017 29 6 16 GITI 3D From 3D to 4D imaging Data Fusion Virtual Surgery Medical Virtual Reality Team Morphological Database Functional Database Endo-Robot High Dimensional Database Team Tele-surgery Robotic

More information

Navigation System for ACL Reconstruction Using Registration between Multi-Viewpoint X-ray Images and CT Images

Navigation System for ACL Reconstruction Using Registration between Multi-Viewpoint X-ray Images and CT Images Navigation System for ACL Reconstruction Using Registration between Multi-Viewpoint X-ray Images and CT Images Mamoru Kuga a*, Kazunori Yasuda b, Nobuhiko Hata a, Takeyoshi Dohi a a Graduate School of

More information

3D Ultrasound Reconstruction By The 3 Cons: Michael Golden Khayriyyah Munir Omid Nasser Bigdeli

3D Ultrasound Reconstruction By The 3 Cons: Michael Golden Khayriyyah Munir Omid Nasser Bigdeli 3D Ultrasound Reconstruction By The 3 Cons: Michael Golden Khayriyyah Munir Omid Nasser Bigdeli Client Contact: Dr. Joseph McIsaac Hartford Hospital 80 Seymour St. PO Box 5037 Hartford, CT 06102 (860)

More information

X-ray Target Reconstruction for Cyber Knife Radiosurgery Assignment for CISC/CMPE 330

X-ray Target Reconstruction for Cyber Knife Radiosurgery Assignment for CISC/CMPE 330 X-ray Target Reconstruction for Cyber Knife Radiosurgery Assignment for CISC/CMPE 330 We will perform radiosurgery of multipole liver tumors under X-ray guidance with the Cyber Knife (CK) system. The patient

More information

MatrixNEURO. The next generation cranial plating system.

MatrixNEURO. The next generation cranial plating system. MatrixNEURO. The next generation cranial plating system. Low plate/screw profile Rapid screw insertion Compact and flexible modules Text Text Text Text MatrixNEURO Cranial Plating System Introduction The

More information

Low Profile 3.5 Pelvic System. The comprehensive solution for pelvic fracture fixation.

Low Profile 3.5 Pelvic System. The comprehensive solution for pelvic fracture fixation. Low Profile 3.5 Pelvic System. The comprehensive solution for pelvic fracture fixation. Ordering Information This publication is not intended for distribution in the USA. Instruments and implants approved

More information

ACTIVITY TWO CONSTANT VELOCITY IN TWO DIRECTIONS

ACTIVITY TWO CONSTANT VELOCITY IN TWO DIRECTIONS 1 ACTIVITY TWO CONSTANT VELOCITY IN TWO DIRECTIONS Purpose The overall goal of this activity is for students to analyze the motion of an object moving with constant velocity along a diagonal line. In this

More information

Study on Gear Chamfering Method based on Vision Measurement

Study on Gear Chamfering Method based on Vision Measurement International Conference on Informatization in Education, Management and Business (IEMB 2015) Study on Gear Chamfering Method based on Vision Measurement Jun Sun College of Civil Engineering and Architecture,

More information

Cannulated Screw System. Surgical Technique

Cannulated Screw System. Surgical Technique Cannulated Screw System Surgical Technique Acumed is a global leader of innovative orthopaedic and medical solutions. We are dedicated to developing products, service methods, and approaches that improve

More information

A Video Guided Solution for Screw Insertion in Orthopedic Plate Fixation

A Video Guided Solution for Screw Insertion in Orthopedic Plate Fixation A Video Guided Solution for Screw Insertion in Orthopedic Plate Fixation J. Magaraggia a,b, G. Kleinszig b, R. Graumann b, E. Angelopoulou a, J. Hornegger a a Pattern Recognition Lab, University of Erlangen-Nuremberg,

More information

Sensor-aided Milling with a Surgical Robot System

Sensor-aided Milling with a Surgical Robot System 1 Sensor-aided Milling with a Surgical Robot System Dirk Engel, Joerg Raczkowsky, Heinz Woern Institute for Process Control and Robotics (IPR), Universität Karlsruhe (TH) Engler-Bunte-Ring 8, 76131 Karlsruhe

More information

An Accuracy Approach to Robotic Microsurgery in the Ear

An Accuracy Approach to Robotic Microsurgery in the Ear An Accuracy Approach to Robotic Microsurgery in the Ear B. Bell¹,J.Salzmann 1, E.Nielsen 3, N.Gerber 1, G.Zheng 1, L.Nolte 1, C.Stieger 4, M.Caversaccio², S. Weber 1 ¹ Institute for Surgical Technologies

More information

Locking Reconstruction and Mini Plate System. Contourable in three dimensions.

Locking Reconstruction and Mini Plate System. Contourable in three dimensions. Locking Reconstruction and Mini Plate System. Contourable in three dimensions. Technique Guide Veterinary Table of Contents Introduction Locking Reconstruction and Mini Plate System 2 Surgical Technique

More information

Extract. Revolutionary Motion Analysis Software. Flexibility

Extract. Revolutionary Motion Analysis Software. Flexibility Extract ProAnalyst provides motion analysis tools that can be applied to any video or image sequence, regardless of content or acquisition method. With ProAnalyst, any digital video camera becomes a measurement

More information

On the Design and Experiments of a Fluoro-Robotic Navigation System for Closed Intramedullary Nailing of Femur

On the Design and Experiments of a Fluoro-Robotic Navigation System for Closed Intramedullary Nailing of Femur On the Design and Experiments of a Fluoro-Robotic Navigation System for Closed Intramedullary Nailing of Femur Sakol Nakdhamabhorn and Jackrit Suthakorn 1* Abstract. Closed Intramedullary Nailing of Femur

More information

Catalog Numbers: CMB022, CMB022-AA, CMB022-UP, CMB033, CMB033-AA, CMB033-UP, CMB-CW, CMB-LK

Catalog Numbers: CMB022, CMB022-AA, CMB022-UP, CMB033, CMB033-AA, CMB033-UP, CMB-CW, CMB-LK Page 1 MONTERIS AXIIIS-CMB & ACCESSORIES Catalog Numbers: CMB022, CMB022-AA, CMB022-UP, CMB033, CMB033-AA, CMB033-UP, CMB-CW, CMB-LK INSTRUCTIONS FOR USE CAUTION Federal (U.S.A.) law restricts this device

More information

Gregory Walsh, Ph.D. San Ramon, CA January 25, 2011

Gregory Walsh, Ph.D. San Ramon, CA January 25, 2011 Leica ScanStation:: Calibration and QA Gregory Walsh, Ph.D. San Ramon, CA January 25, 2011 1. Summary Leica Geosystems, in creating the Leica Scanstation family of products, has designed and conducted

More information

AP Physics 1 and 2 Summer Assignment

AP Physics 1 and 2 Summer Assignment AP Physics 1 and 2 Summer Assignment Due: First Day of Class Welcome to AP Physics! You are responsible for the material covered in the first three chapters of your textbook. The questions that follow

More information

Graphical Analysis of Kinematics

Graphical Analysis of Kinematics Physics Topics Graphical Analysis of Kinematics If necessary, review the following topics and relevant textbook sections from Serway / Jewett Physics for Scientists and Engineers, 9th Ed. Velocity and

More information

Tutorial: Using SolidWorks to assemble an off-the-shelf lens system

Tutorial: Using SolidWorks to assemble an off-the-shelf lens system Tutorial: Using SolidWorks to assemble an off-the-shelf lens system Jennifer Harwell College of Optical Sciences, University of Arizona November 29, 2010 Introduction When designing an optical system,

More information

Biomet PMI. Patient-Matched Implants. CT Protocols

Biomet PMI. Patient-Matched Implants. CT Protocols CT Protocols One Surgeon. One Patient. Over 1 million times per year, Biomet helps one surgeon provide personalized care to one patient. The science and art of medical care is to provide the right solution

More information

Core practical 10: Use ICT to analyse collisions between small spheres

Core practical 10: Use ICT to analyse collisions between small spheres Core practical 10 Teacher sheet Core practical 10: between small To investigate the conservation of momentum in two dimensions To determine whether a collision is elastic Specification links Procedure

More information

CT Protocol Clinical Graphics Move Forward 3D motion analysis service

CT Protocol Clinical Graphics Move Forward 3D motion analysis service CT Protocol Clinical Graphics Move Forward 3D motion analysis service Version 1.4 Description of contents This document describes the CT protocol of scans for Clinical Graphics Move Forward 3D Motion Simulation

More information

DESIGN OF A FLEXIBLE OPTICAL TRACKER FOR ORTHOPAEDIC NAVIGATION

DESIGN OF A FLEXIBLE OPTICAL TRACKER FOR ORTHOPAEDIC NAVIGATION DESIGN OF A FLEXIBLE OPTICAL TRACKER FOR ORTHOPAEDIC NAVIGATION Mark Semple MASc 1*, Antony Hodgson PhD 2 1, 2, * University of British Columbia, Vancouver, Canada, mark@semple.ca INTRODUCTION Optical

More information

Optical Guidance. Sanford L. Meeks. July 22, 2010

Optical Guidance. Sanford L. Meeks. July 22, 2010 Optical Guidance Sanford L. Meeks July 22, 2010 Optical Tracking Optical tracking is a means of determining in real-time the position of a patient relative to the treatment unit. Markerbased systems track

More information

Aesculap Spine Spectrum Brochure

Aesculap Spine Spectrum Brochure Aesculap Spine Spectrum Brochure Spectrum Anterior Cervical Plating System The Spectrum Anterior Cervical Plate System is designed to offer spine surgeons simplicity, unparallel speed, and optimal patient

More information

Extract Features. 2-D and 3-D Analysis. Markerless Tracking. Create Data Reports

Extract Features. 2-D and 3-D Analysis. Markerless Tracking. Create Data Reports Extract Features 2-D and 3-D Analysis Markerless Tracking Create Data Reports Extract ProAnalyst provides motion analysis tools that can be applied to any video or image sequence, regardless of content

More information

Chapter 2 Radicals and Rationals Practice Test

Chapter 2 Radicals and Rationals Practice Test Chapter Radicals and Rationals Practice Test Multiple Choice Identif the choice that best completes the statement or answers the question.. For the graph of shown below, which graph best represents? =

More information

Ordering Information. Low Profile 3.5 mm Pelvic System. The comprehensive solution for pelvic fracture fixation.

Ordering Information. Low Profile 3.5 mm Pelvic System. The comprehensive solution for pelvic fracture fixation. Ordering Information Low Profile 3.5 mm Pelvic System. The comprehensive solution for pelvic fracture fixation. Low Profile 3.5 mm Pelvic System. The comprehensive solution for pelvic fracture fixation.

More information

TraumaCad User's Guide

TraumaCad User's Guide TraumaCad User's Guide Version 1.5 A TraumaCad Ltd. Document Copyright 2006 Version 1.5 ii Important Notice Important Notice Copyright and Trademark Notices All contents of this document are Copyright

More information

Autodesk Inventor 6 Essentials Instructor Guide Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the follow

Autodesk Inventor 6 Essentials Instructor Guide Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the follow Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the following topics and provides exercises for students to practice their skills. Day Two Topic: How to create

More information

Vicon RealTime SDK Product Guide Foundation Notes

Vicon RealTime SDK Product Guide Foundation Notes Vicon RealTime SDK Product Guide Foundation Notes This document describes the RealTime SDK, which enables you to create a client-server application to obtain the raw motion data acquired by Vicon cameras

More information

1. Safety instructions

1. Safety instructions AX-904 1. Safety instructions Failure to follow the instructions listed below may cause personal injury. Read and understand all instructions prior to any operation. Do not remove any label from the tool.

More information

Extract, Analyze, and Report Motion from Video

Extract, Analyze, and Report Motion from Video Extract, Analyze, and Report Motion from Video Extract ProAnalyst provides motion analysis tools that can be applied to any video or image sequence, regardless of content or acquisition method. With ProAnalyst,

More information

Robot Control for Medical Applications and Hair Transplantation

Robot Control for Medical Applications and Hair Transplantation Dr. John Tenney Director of Research Restoration Robotics, Inc. Robot Control for Medical Applications and Hair Transplantation Presented to the IEEE Control Systems Society, Santa Clara Valley 18 November

More information

Increasing the accuracy with a rich sensor system for robotic laser osteotomy

Increasing the accuracy with a rich sensor system for robotic laser osteotomy Increasing the accuracy with a rich sensor system for robotic laser osteotomy Holger Mönnich moennich@ira.uka.de Daniel Stein dstein@ira.uka.de Jörg Raczkowsky rkowsky@ira.uka.de Heinz Wörn woern@ira.uka.de

More information

Astronomy Lab Lenses and Telescopes

Astronomy Lab Lenses and Telescopes Astronomy Lab Lenses and Telescopes OBJECTIVES: Recognize a meter, a centimeter, and a millimeter. Correctly measure distances in mm, cm, and m. Describe the appearance of both a converging lens and a

More information

Towards full-body X-ray images

Towards full-body X-ray images Towards full-body X-ray images Christoph Luckner 1,2, Thomas Mertelmeier 2, Andreas Maier 1, Ludwig Ritschl 2 1 Pattern Recognition Lab, FAU Erlangen-Nuernberg 2 Siemens Healthcare GmbH, Forchheim christoph.luckner@fau.de

More information

Applications. Systems. Motion capture pipeline. Biomechanical analysis. Graphics research

Applications. Systems. Motion capture pipeline. Biomechanical analysis. Graphics research Motion capture Applications Systems Motion capture pipeline Biomechanical analysis Graphics research Applications Computer animation Biomechanics Robotics Cinema Video games Anthropology What is captured?

More information

An Integrated Investigation of CAD/CAM for the Development of Custom-made Femoral Stem

An Integrated Investigation of CAD/CAM for the Development of Custom-made Femoral Stem Life Science Journal, Vol 7, No 1, 2009 http://www.sciencepub.net An Integrated Investigation of CAD/CAM for the Development of Custom-made Femoral Stem Jeng-Nan Lee 1 and Kuan-Yu Chang 2* 1. Department

More information

Orthopedic Devices The Future is Powered by Embedded Technology Axiomtek Co. Ltd., All Rights Reserved.

Orthopedic Devices The Future is Powered by Embedded Technology Axiomtek Co. Ltd., All Rights Reserved. Orthopedic Devices The Future is Powered by Embedded Technology 2017 Axiomtek Co. Ltd., All Rights Reserved. The orthopedics medical device industry landscape is changing with the utilization of advanced

More information

Running 2D Ball Balancer Experiment

Running 2D Ball Balancer Experiment Running 2D Ball Balancer Experiment Contents Purpose...1 Physical Setup...1 Procedures...3 Step 1: Calibration...3 Step 2: MATLAB and the Environment...4 Step 3: Setup File...5 Step 4: Compile and Run...5

More information

Virtual Interaction System Based on Optical Capture

Virtual Interaction System Based on Optical Capture Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Virtual Interaction System Based on Optical Capture Peng CHEN, 2 Xiaoyang ZHOU, 3 Jianguang LI, Peijun WANG School of Mechanical Engineering,

More information

Exploring Projectile Motion with Interactive Physics

Exploring Projectile Motion with Interactive Physics Purpose: The purpose of this lab will is to simulate a laboratory exercise using a program known as "Interactive Physics." Such simulations are becoming increasingly common, as they allow dynamic models

More information

2008 International ANSYS Conference

2008 International ANSYS Conference 2008 International ANSYS Conference Patient-Specific Orthopedics Simulation Using ANSYS Technologies N. Hraiech, E. Malvesin and M. Rochette ANSYS France M. Viceconti and F. Taddei Istituti Ortopedici

More information

Computed Photography - Final Project Endoscope Exploration on Knee Surface

Computed Photography - Final Project Endoscope Exploration on Knee Surface 15-862 Computed Photography - Final Project Endoscope Exploration on Knee Surface Chenyu Wu Robotics Institute, Nov. 2005 Abstract Endoscope is widely used in the minimally invasive surgery. However the

More information

Show What You Know. 1. Which type of angle is shown? 3. Which shows an obtuse triangle? right angle acute angle obtuse angle scalene angle

Show What You Know. 1. Which type of angle is shown? 3. Which shows an obtuse triangle? right angle acute angle obtuse angle scalene angle L ERS LESSON 7 ngles and Triangles Show What You Know efore you begin this lesson on angles and triangles, answer these questions. hoose the letter of the correct answer for each problem. 1. Which type

More information

A model-based approach for tool tracking in laparoscopy

A model-based approach for tool tracking in laparoscopy A model-based approach for tool tracking in laparoscopy Potential applications and evaluation challenges Sandrine Voros (INSERM), TIMC-IMAG laboratory Computer Assisted Medical Interventions (CAMI) team

More information

Homework Assignment /645 Fall Instructions and Score Sheet (hand in with answers)

Homework Assignment /645 Fall Instructions and Score Sheet (hand in with answers) Homework Assignment 4 600.445/645 Fall 2018 Instructions and Score Sheet (hand in with answers Name Email Other contact information (optional Signature (required I have followed the rules in completing

More information

Graphical Analysis of Kinematics

Graphical Analysis of Kinematics Physics Topics Graphical Analysis of Kinematics If necessary, review the following topics and relevant textbook sections from Serway / Jewett Physics for Scientists and Engineers, 9th Ed. Velocity and

More information

Appendix. Software Considerations, Design, and Technique Used

Appendix. Software Considerations, Design, and Technique Used Page 1 Appendix Technique Validation This study used the principles of stereophotogrammetry to measure the operative orientation of the cup for each task. Photogrammetry provides a method of obtaining

More information

Introduction to Layout Control with JMRI/PanelPro

Introduction to Layout Control with JMRI/PanelPro Introduction to Layout Control with JMRI/PanelPro Dick Bronson - R R -C irk its, I n c. Further Clinics in this series: Add Signals to your Layout with JMRI/PanelPro 10:00 PM, Sunday, July 13th Create

More information

Intramedullary Nail Distal Hole Axis Estimation using Blob Analysis and Hough Transform

Intramedullary Nail Distal Hole Axis Estimation using Blob Analysis and Hough Transform Intramedullary Nail Distal Hole Axis Estimation using Blob Analysis and Hough Transform Chatchai Neatpisarnvanit Department of Electrical Engineering Mahidol University Nakorn Pathom, Thailand egcnp@mahidol.ac.th

More information

Hip Revision System. The system cases are appropriately organized to accommodate specific procedures as deemed necessary during surgery.

Hip Revision System. The system cases are appropriately organized to accommodate specific procedures as deemed necessary during surgery. Hip Revision System Tecomet s Hip Revision System includes everything needed to revise a total hip. Our system is completely modular, with an Acetabular Tray, Femoral Tray, Extraction Tray and Trephine

More information

Physics 101, Lab 1: LINEAR KINEMATICS PREDICTION SHEET

Physics 101, Lab 1: LINEAR KINEMATICS PREDICTION SHEET Physics 101, Lab 1: LINEAR KINEMATICS PREDICTION SHEET After reading through the Introduction, Purpose and Principles sections of the lab manual (and skimming through the procedures), answer the following

More information

Announcements: Quiz. Animation, Motion Capture, & Inverse Kinematics. Last Time? Today: How do we Animate? Keyframing. Procedural Animation

Announcements: Quiz. Animation, Motion Capture, & Inverse Kinematics. Last Time? Today: How do we Animate? Keyframing. Procedural Animation Announcements: Quiz Animation, Motion Capture, & Inverse Kinematics On Friday (3/1), in class One 8.5x11 sheet of notes allowed Sample quiz (from a previous year) on website Focus on reading comprehension

More information

Calibration Method for Determining the Physical Location of the Ultrasound Image Plane

Calibration Method for Determining the Physical Location of the Ultrasound Image Plane Calibration Method for Determining the Physical Location of the Ultrasound Image Plane Devin V. Amin, Ph.D. 1, Takeo Kanade, Ph.D 1., Branislav Jaramaz, Ph.D. 2, Anthony M. DiGioia III, MD 2, Constantinos

More information

TRIGONOMETRY. Meaning. Dear Reader

TRIGONOMETRY. Meaning. Dear Reader TRIGONOMETRY Dear Reader In your previous classes you have read about triangles and trigonometric ratios. A triangle is a polygon formed by joining least number of points i.e., three non-collinear points.

More information

Mapping Environments Project 4 Modern Maps

Mapping Environments Project 4 Modern Maps 880106 Mapping Environments Project 4 Modern Maps Week 08-09: When Engineering Design Labs & University Campus: Where Group of 4: Who 15%: Worth 1 Aim: The overarching aim of this project is to introduce

More information

U. TrueLok System (TL-HEX)

U. TrueLok System (TL-HEX) U. TrueLok System () 023 Manufactured by: ORTHOFIX Srl Via Delle Nazioni 9, 3702 Bussolengo (Verona), Italy Telephone +39 045 679000, Fax +39 045 679380 See Operative Techniques General Principles of Frame

More information

PELVIC REDUCTION INSTRUMENTS & IMPLANTS

PELVIC REDUCTION INSTRUMENTS & IMPLANTS Page 1 PELVIC REDUCTION INSTRUMENTS & IMPLANTS Page 2 PIS-001 JACOBB CHUCK PIS-002 KEYLESS CHUCK WITH T-HANDLE PIS-003 BONE HOOK LARGE 200MM LONG PIS-004 SHARP BONE HOOK PIS-005 PELVIC RETRACTER BLUNT

More information

Imaging protocols for navigated procedures

Imaging protocols for navigated procedures 9732379 G02 Rev. 1 2015-11 Imaging protocols for navigated procedures How to use this document This document contains imaging protocols for navigated cranial, DBS and stereotactic, ENT, and spine procedures

More information

3D Ultrasound System Using a Magneto-optic Hybrid Tracker for Augmented Reality Visualization in Laparoscopic Liver Surgery

3D Ultrasound System Using a Magneto-optic Hybrid Tracker for Augmented Reality Visualization in Laparoscopic Liver Surgery 3D Ultrasound System Using a Magneto-optic Hybrid Tracker for Augmented Reality Visualization in Laparoscopic Liver Surgery Masahiko Nakamoto 1, Yoshinobu Sato 1, Masaki Miyamoto 1, Yoshikazu Nakamjima

More information

Calcaneal Fixation Plate Test Method Development

Calcaneal Fixation Plate Test Method Development Calcaneal Fixation Plate Test Method Development Dana J. Coombs, Sherri Wykosky, and Michael Bushelow DePuy Synthes Trauma Abstract: Standard ASTM test methods, such as four point bend tests based on ASTM

More information

Patterning Math Lab 4a

Patterning Math Lab 4a Patterning Math Lab 4a This lab is an exploration of transformations of functions, a topic covered in your Precalculus textbook in Section 1.5. As you do the exercises in this lab you will be closely reading

More information

Lab 1- Introduction to Motion

Lab 1- Introduction to Motion Partner : Purpose Partner 2: Lab - Section: The purpose of this lab is to learn via a motion detector the relationship between position and velocity. Remember that this device measures the position of

More information

Colliding Pucks on a Carom Board *

Colliding Pucks on a Carom Board * Colliding Pucks on a Carom Board * Muhammad Umar Hassan, Bilal Aftab Usman and Muhammad Sabieh Anwar Syed Babar Ali School of Science and Engineering, LUMS V. 2017-1; May 2, 2017 Collisions are ubiquitous

More information

Small Fragment Base Set. Acumed Variable Angle Screw Compatible. Acumed System Compatibility Indicator. Surgical Technique

Small Fragment Base Set. Acumed Variable Angle Screw Compatible. Acumed System Compatibility Indicator. Surgical Technique Small Fragment Base Set Acumed System Compatibility Indicator Acumed Variable Angle Screw Compatible Surgical Technique Acumed is a global leader of innovative orthopaedic and medical solutions. We are

More information

CATIA Electrical Space Reservation TABLE OF CONTENTS

CATIA Electrical Space Reservation TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Manual Format...2 Electrical Reservations...3 Equipment Reservations...5 Pathway Reservations...31 Advanced Reservations...49 Reservation Analysis...67 Clash...69 Sectioning...73

More information

Vector Addition. Qty Item Part Number 1 Force Table ME-9447B 1 Mass and Hanger Set ME Carpenter s level 1 String

Vector Addition. Qty Item Part Number 1 Force Table ME-9447B 1 Mass and Hanger Set ME Carpenter s level 1 String rev 05/2018 Vector Addition Equipment List Qty Item Part Number 1 Force Table ME-9447B 1 Mass and Hanger Set ME-8979 1 Carpenter s level 1 String Purpose The purpose of this lab is for the student to gain

More information

Technique Guide. Cannulated Percutaneous Guiding System. For percutaneous placement of 3.5 mm pelvic and cortex screws in the pelvic area.

Technique Guide. Cannulated Percutaneous Guiding System. For percutaneous placement of 3.5 mm pelvic and cortex screws in the pelvic area. Technique Guide Cannulated Percutaneous Guiding System. For percutaneous placement of 3.5 mm pelvic and cortex screws in the pelvic area. Table of Contents Introduction Cannulated 2 Surgical Technique

More information

Design of a Precision Robot Wrist Interface. Patrick Willoughby Advisor: Alexander Slocum MIT Precision Engineering Research Group

Design of a Precision Robot Wrist Interface. Patrick Willoughby Advisor: Alexander Slocum MIT Precision Engineering Research Group Design of a Precision Robot Wrist Interface Patrick Willoughby Advisor: Alexander Slocum MIT Precision Engineering Research Group Project Summary Problem: Current bolted robot wrist replacements are inaccurate,

More information

Basic Training Course for Robotic Console Surgeon Standard Da Vinci Surgical System Setup Tutorial

Basic Training Course for Robotic Console Surgeon Standard Da Vinci Surgical System Setup Tutorial Materials: Power point slide presentation Torso trainer Basic Training Course for Robotic Console Surgeon Standard Da Vinci Surgical System Laparoscopes (0 o, 30 o ) 3 Sterile adapters Instrument arm drape

More information

Depth Camera Calibration and Knife Tip Position Estimation for Liver Surgery Support System

Depth Camera Calibration and Knife Tip Position Estimation for Liver Surgery Support System Depth Camera Calibration and Knife Tip Position Estimation for Liver Surgery Support System Masanao Koeda 1, Akio Tsukushi 1, Hiroshi Noborio 1, Katsuhiko Onishi 1, Kiminori Mizushino 2, Takahiro Kunii

More information

CV: 3D to 2D mathematics. Perspective transformation; camera calibration; stereo computation; and more

CV: 3D to 2D mathematics. Perspective transformation; camera calibration; stereo computation; and more CV: 3D to 2D mathematics Perspective transformation; camera calibration; stereo computation; and more Roadmap of topics n Review perspective transformation n Camera calibration n Stereo methods n Structured

More information

420 SS Bridgeback Reamer

420 SS Bridgeback Reamer 420 SS Bridgeback Reamer Advances in material and teeth design have guided the development of the 420 SS Bridgeback Reamer with unmatched sharpness retention, durability and cutting consistency. ¹ With

More information

Fully Automatic Endoscope Calibration for Intraoperative Use

Fully Automatic Endoscope Calibration for Intraoperative Use Fully Automatic Endoscope Calibration for Intraoperative Use Christian Wengert, Mireille Reeff, Philippe C. Cattin, Gábor Székely Computer Vision Laboratory, ETH Zurich, 8092 Zurich, Switzerland {wengert,

More information

Motion Analysis Methods. Gerald Smith

Motion Analysis Methods. Gerald Smith Motion Analysis Methods Gerald Smith Measurement Activity: How accurately can the diameter of a golf ball and a koosh ball be measured? Diameter? 1 What is the diameter of a golf ball? What errors are

More information

Motion Capture & Simulation

Motion Capture & Simulation Motion Capture & Simulation Motion Capture Character Reconstructions Joint Angles Need 3 points to compute a rigid body coordinate frame 1 st point gives 3D translation, 2 nd point gives 2 angles, 3 rd

More information

Calibration. Reality. Error. Measuring device. Model of Reality Fall 2001 Copyright R. H. Taylor 1999, 2001

Calibration. Reality. Error. Measuring device. Model of Reality Fall 2001 Copyright R. H. Taylor 1999, 2001 Calibration Calibrate (vt) : 1. to determine the caliber of (as a thermometer tube); 2. to determine, rectify, or mark the gradations of (as a thermometer tube); 3. to standardize (as a measuring instrument)

More information

User Guide. Customized Patient Instrumentation Web Based Surgical Planning and Tracking Software Guide

User Guide. Customized Patient Instrumentation Web Based Surgical Planning and Tracking Software Guide User Guide Customized Patient Instrumentation Web Based Surgical Planning and Tracking Software Guide DePuy Orthopaedics TruMatch Personalized Solutions Ordering and Web Portal User Guide This User Guide

More information

Endoscopic Navigation for Minimally Invasive Suturing

Endoscopic Navigation for Minimally Invasive Suturing Endoscopic Navigation for Minimally Invasive Suturing Christian Wengert 1, Lukas Bossard 1, Armin Häberling 1, Charles Baur 2, Gábor Székely 1, and Philippe C. Cattin 1 1 Computer Vision Laboratory, ETH

More information

LUMS Mine Detector Project

LUMS Mine Detector Project LUMS Mine Detector Project Using visual information to control a robot (Hutchinson et al. 1996). Vision may or may not be used in the feedback loop. Visual (image based) features such as points, lines

More information

MatrixMANDIBLE TM PLATING SYSTEM OVERVIEW BROCHURE. The next-generation mandible plating system

MatrixMANDIBLE TM PLATING SYSTEM OVERVIEW BROCHURE. The next-generation mandible plating system MatrixMANDIBLE TM PLATING SYSTEM The next-generation mandible plating system OVERVIEW BROCHURE MatrixMANDIBLE PLATING SYSTEM The next-generation mandible plating system Introduction The aim of surgical

More information

Animation, Motion Capture, & Inverse Kinematics. Announcements: Quiz

Animation, Motion Capture, & Inverse Kinematics. Announcements: Quiz Animation, Motion Capture, & Inverse Kinematics Announcements: Quiz On Tuesday (3/10), in class One 8.5x11 sheet of notes allowed Sample quiz (from a previous year) on website Focus on reading comprehension

More information

User Guide MTD-2. Motion Lab Systems, Inc.

User Guide MTD-2. Motion Lab Systems, Inc. User Guide MTD-2 Motion Lab Systems, Inc. This manual was written by Motion Lab Systems using ComponentOne Doc-To-Help. Updated Thursday, April 12, 2012 Trademarks All trademarks and registered trademarks

More information

SolidWorks Intro Part 1b

SolidWorks Intro Part 1b SolidWorks Intro Part 1b Dave Touretzky and Susan Finger 1. Create a new part We ll create a CAD model of the 2 ½ D key fob below to make on the laser cutter. Select File New Templates IPSpart If the SolidWorks

More information

Inverse Kinematics Programming Assignment

Inverse Kinematics Programming Assignment Inverse Kinematics Programming Assignment CS 448D: Character Animation Due: Wednesday, April 29 th 11:59PM 1 Logistics In this programming assignment, you will implement a simple inverse kinematics solver

More information

Assignment 3: Robot Design and Dynamics ME 328: Medical Robotics Stanford University w Autumn 2016

Assignment 3: Robot Design and Dynamics ME 328: Medical Robotics Stanford University w Autumn 2016 Assignment 3: Robot Design and Dynamics ME 328: Medical Robotics Stanford University w Autumn 2016 Due to submission box outside Okamura s office by :00 pm on Monday, October 2 (revised) Note: You can

More information

Camera Calibration. Schedule. Jesus J Caban. Note: You have until next Monday to let me know. ! Today:! Camera calibration

Camera Calibration. Schedule. Jesus J Caban. Note: You have until next Monday to let me know. ! Today:! Camera calibration Camera Calibration Jesus J Caban Schedule! Today:! Camera calibration! Wednesday:! Lecture: Motion & Optical Flow! Monday:! Lecture: Medical Imaging! Final presentations:! Nov 29 th : W. Griffin! Dec 1

More information

Physiological Motion Compensation in Minimally Invasive Robotic Surgery Part I

Physiological Motion Compensation in Minimally Invasive Robotic Surgery Part I Physiological Motion Compensation in Minimally Invasive Robotic Surgery Part I Tobias Ortmaier Laboratoire de Robotique de Paris 18, route du Panorama - BP 61 92265 Fontenay-aux-Roses Cedex France Tobias.Ortmaier@alumni.tum.de

More information

Grade Common Core Math

Grade Common Core Math th 5 Grade Common Core Math Printable Review Problems Standards Included:.-Use a pair of perpendicular number lines, called axes, to define a coordinate system, with the intersection of the lines (the

More information

Animation. CS 465 Lecture 22

Animation. CS 465 Lecture 22 Animation CS 465 Lecture 22 Animation Industry production process leading up to animation What animation is How animation works (very generally) Artistic process of animation Further topics in how it works

More information

Anatomy Project. Adi Mesika, Dima Trushin, Ksenia Kaganer [GIP] [234329] [ ]

Anatomy Project. Adi Mesika, Dima Trushin, Ksenia Kaganer [GIP] [234329] [ ] Anatomy Project Adi Mesika, Dima Trushin, Ksenia Kaganer [GIP] [234329] [24.01.17] Project idea We developed a 3D Anatomic learning application. Our application assist you in the learning process by creating

More information

Intelligent Cutting of the Bird Shoulder Joint

Intelligent Cutting of the Bird Shoulder Joint Intelligent Cutting of the Bird Shoulder Joint Ai-Ping Hu, Sergio Grullon, Debao Zhou, Jonathan Holmes, Wiley Holcombe, Wayne Daley and Gary McMurray Food Processing Technology Division, ATAS Laboratory,

More information

Markerless human motion capture through visual hull and articulated ICP

Markerless human motion capture through visual hull and articulated ICP Markerless human motion capture through visual hull and articulated ICP Lars Mündermann lmuender@stanford.edu Stefano Corazza Stanford, CA 93405 stefanoc@stanford.edu Thomas. P. Andriacchi Bone and Joint

More information

GRADE CENTRE BEST PRACTICE FOR A4L

GRADE CENTRE BEST PRACTICE FOR A4L GRADE CENTRE BEST PRACTICE FOR A4L Overview A large number of reports use information from the Grade Centre to draw correlations between activity and student success (see appendix). This document serves

More information

Archeoviz: Improving the Camera Calibration Process. Jonathan Goulet Advisor: Dr. Kostas Daniilidis

Archeoviz: Improving the Camera Calibration Process. Jonathan Goulet Advisor: Dr. Kostas Daniilidis Archeoviz: Improving the Camera Calibration Process Jonathan Goulet Advisor: Dr. Kostas Daniilidis Problem Project Description Complete 3-D reconstruction of site in Tiwanaku, Bolivia Program for archeologists

More information