1 / 10

ITK Second Order Derivative for Image Processing

Explore the second-order derivative with ITK filters for edge detection and enhancement in image processing. Learn about Laplacian filters, noise reduction techniques, and view experimental results with different sigma values.

jolenee
Download Presentation

ITK Second Order Derivative for Image Processing

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. Second Order Derivative 學生:謝宗佑 指導教授:張顧耀 教授 日期:2007/06/05

  2. Outline • Introduction • Using ITK’s Second Order Filter • Experiment Results • Demo

  3. Introduction • What is the second order derivative? • Give the gradient magnitude. • Purpose in image processing: • Detect edge • Edge enhancement • e.g. • Laplacian filter

  4. Introduction

  5. Introduction • Mask:

  6. Introduction • Noise problem: • How to solve: • Smooth the image first • Erosive noise

  7. Using ITK’s Second Order Filter • Description: • This filter is implemented using the recursive Gaussian filters. • Header: • #include “itkLaplacianRecursiveGaussianImageFilter.h” • Function: • SetSigma(RealType sigma)

  8. Using ITK’s Second Order Filter • Flowchart:

  9. Experiment Results σ=1 σ=3 σ=5 σ=1 σ=3 σ=5

  10. Demo • Flowchart: Read image flowchart Filter flowchart

More Related