1 / 20

Computer Assisted Minimal Invasive Surgery towards Guided Motor Control

Computer Assisted Minimal Invasive Surgery towards Guided Motor Control. Vinay B Gavirangaswamy. Canny edge detection algorithm. Output. Original. Single Threaded. Output (contd.). Original . Multi-Threaded ( OpenMP ). Output (contd.). Original. Multi-Threaded (GPU-CUDA).

tamira
Download Presentation

Computer Assisted Minimal Invasive Surgery towards Guided Motor Control

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Computer Assisted Minimal Invasive Surgery towards Guided Motor Control Vinay B Gavirangaswamy

  2. Canny edge detection algorithm

  3. Output Original Single Threaded

  4. Output (contd.) Original Multi-Threaded (OpenMP)

  5. Output (contd.) Original Multi-Threaded (GPU-CUDA)

  6. Performance Analysis on OpenMP

  7. Performance Analysis on OpenMP (contd.) Speedup of Canny Algorithm Efficiency of Canny Algorithm

  8. Canny Edge Algorithm Performance on CUDA CS6260 Project Implementation

  9. Canny Edge Detection Performance on CUDA With Different Block Size Runtimes Runtimes serial vs. parallel

  10. Canny Edge Detection Performance on CUDA With Different Block Size (Contd.) Speedup Speedup serial vs. parallel

  11. Canny Edge Detection Performance on CUDA With Different Block Size (Contd.) Efficiency Efficiency serial vs. parallel

  12. Canny Edge Detection Performance on CUDA With Different #Threads Runtimes Runtimes serial vs. parallel

  13. Canny Edge Detection Performance on CUDA With Different #Threads (Contd.) Speedup Speedup serial vs. parallel

  14. Canny Edge Detection Performance on CUDA With Different #Threads (Contd.) Efficiency Efficiency serial vs. parallel

  15. Markov Chain Weather Model

  16. Simple Markov Model of Weather

  17. Prediction Based on State Transition Probability • If we want to know probability of the sequence SUNNY SUNNYSUNNYSUNNYSUNNY • Take initial probablity of SUNNY day i.e. on a any given day probability that it will be SUNNY is 0.30 • And for use to get another SUNNY day after a SUNNY day is 0.42 • So, by using Markov Chain we can say prbability of getting 5 consecutive SUNNY day is

  18. Challenges Faced During OpenMP

  19. Summary • Canny and Markov Chain Model is a simple and efficient way to perform edge detection however canny performs poorly with images taken during laparoscopy (good to get started) • Future work • Contribute improvements to MIS learning methodology.

  20. REFERENCES • Image Convolution with CUDA – Victor Podlozhnyuk, sdkfeedback@nvidia.com • Performance Evaluation of Feature Extraction Algorithm on GPGPU – NamdevSawant Dept. of Computer Science and Engg. Dinesh Kulkarni Dept. of Information Technology, 2011 International Conference on Communication Systems and Network Technologies • Canny Edge Detection on NVIDIA CUDA - Yuancheng “Mike” Luo and RamaniDuraiswami, Perceptual Interfaces and Reality Laboratory, Computer Science & UMIACS, University of Maryland, College Park • Cuda-grayscale – Karlphil, karlphil...@gmail.com • Rich, E.A. 2007. Automata, computability and complexity: Theory and applications, Upper Saddle River, NJ: Prentice Hall • Special thanks to Jason and Vasilije!

More Related