2D Planner - PowerPoint PPT Presentation

1 / 23
About This Presentation
Title:

2D Planner

Description:

Basic problem: How to put back a broken bone to its original place ... For putting the broken bones back to their place with the use of the axis results ... – PowerPoint PPT presentation

Number of Views:19
Avg rating:3.0/5.0
Slides: 24
Provided by: papp2
Category:
Tags: bones | broken | planner

less

Transcript and Presenter's Notes

Title: 2D Planner


1
2D Planner
  • László Papp
  • Réka Juhász
  • Emil Szimjanovszki

2
Introduction
  • Basic problem How to put back a broken bone to
    its original place
  • Present method Surgeon solves the problem in
    his/her mind, and draws the necessary implants on
    a paper and moves it to a correct position
  • Problems with the method
  • Not precise
  • Time consuming

3
Present method
4
Present method
5
Present method
6
Present method
7
Present method
8
Present method
9
Present method
10
Present method
11
2D Planner
  • A software which helps the surgeon to solve the
    problem in a faster and reliable way giving much
    precise result
  • Programmed in C
  • Uses GUI
  • At present works only with PGM and BMP formats

12
2D Planner in use
  • Main steps
  • Getting the picture
  • Segmentation
  • Marking the broken areas
  • Separating the broken bone parts
  • Giving axis lines
  • Moving them to the correct position
  • Adding implants if needed

13
Segmentation
  • Using region growing algorithm
  • We have to give x,y coordinates and a sensitivity
    number (S)
  • For each 1 lt i lt 4
  • If di P(x,y) lt S then
  • Sign up di to the
  • segmented area

14
Segmentation
  • Control points need to be given (shown with
    crosses)
  • Its better to give background area points (and
    invert the segmentation mask later)

15
Segmentation
  • Problems
  • Difficulties of finding the correct sensitivity
    numbers
  • Separating hard-to-segment areas
  • Result depends on the given control points

16
Marking the broken areas
  • Mark the areas with the help of user-defined lines

17
Separating the broken bones
A
B
18
Giving axis lines
  • Giving 4 points to get the angle of fracture
  • Output example
  • Angle between A and B 8.7

A
A
B
B
19
Moving the parts
  • Using rotation and moving to get the result
  • Saving the result
  • Saving the picture
  • Saving the angles and positions
  • Saving transformations
  • Output example
  • Angle between A and B 8.7
  • B moved by 3,-2 (x,y) (relative)
  • B rotated 8,7

A
B
20
Present situation what needs to be done
  • GUI not finished (no GUI at all)
  • Slicing the bones not yet finished, needs
    improving, maybe adding freehand tools
  • Effective undo redo system
  • Getting the implants from a database
  • Unit measurement (rulers)
  • Zoom

21
Future plans, extra features
  • Reading different picture formats, not just BMP
    and PGM (like TIFF,TGA,GIF mainly losless image
    formats)
  • In case of JPG formats the segmentation algorithm
    gives bad results because of teh compression type
  • Platform independent system -gtJAVA Swing (now
    only available on Windows)
  • Automatisation using artificial intelligence
  • For putting the broken bones back to their place
    with the use of the axis results

22
Future plans, extra features
  • Constructing and using more segmentation
    algorithms (hopefully more effective)
  • Using different filters for removing disturbing
    areas

23
  • Thank you for your patience!
Write a Comment
User Comments (0)
About PowerShow.com